We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbfc8b commit 46a3cc8Copy full SHA for 46a3cc8
setup.cfg
@@ -0,0 +1,15 @@
1
+[bumpversion]
2
+current_version = 0.2.0
3
+tag = True
4
+tag_name = v{new_version}
5
+
6
+[bdist_wheel]
7
+universal = 1
8
9
+[bumpversion:file:setup.py]
10
11
+[coverage:run]
12
+source = btsocket, examples
13
14
+[metadata]
15
+license_files = LICENSE
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.1.0',
+ version='0.2.0',
33
34
description='Python library for BlueZ Bluetooth Management API',
35
long_description=long_description,
0 commit comments