We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6946be9 commit e1f8d0cCopy full SHA for e1f8d0c
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.3.0
3
tag = True
4
tag_name = v{new_version}
5
setup.py
@@ -29,7 +29,7 @@
29
# Versions should comply with PEP440. For a discussion on single-sourcing
30
# the version across setup.py and the project code, see
31
# https://packaging.python.org/en/latest/single_source_version.html
32
- version='0.2.0',
+ version='0.3.0',
33
34
description='Python library for BlueZ Bluetooth Management API',
35
long_description=long_description,
0 commit comments