File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ def __getattr__(cls, name):
7373# built documents.
7474#
7575# The short X.Y version.
76- version = u'0.1 .0'
76+ version = u'0.2 .0'
7777# The full version, including alpha/beta/rc tags.
78- release = u'0.1 .0'
78+ release = u'0.2 .0'
7979
8080# The language for content autogenerated by Sphinx. Refer to documentation
8181# for a list of supported languages.
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1 .0
2+ current_version = 0.2 .0
33tag = True
44tag_name = {new_version}
55
Original file line number Diff line number Diff line change 2929 # Versions should comply with PEP440. For a discussion on single-sourcing
3030 # the version across setup.py and the project code, see
3131 # https://packaging.python.org/en/latest/single_source_version.html
32- version = '0.1 .0' ,
32+ version = '0.2 .0' ,
3333
3434 description = 'Python library for Bluetooth Low Energy (BLE) on Linux' ,
3535 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments