Skip to content

Commit

Permalink
Bump version to v0.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ukBaz committed Feb 15, 2022
1 parent 8bbfc8b commit 46a3cc8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[bumpversion]
current_version = 0.2.0
tag = True
tag_name = v{new_version}

[bdist_wheel]
universal = 1

[bumpversion:file:setup.py]

[coverage:run]
source = btsocket, examples

[metadata]
license_files = LICENSE
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.0',
version='0.2.0',

description='Python library for BlueZ Bluetooth Management API',
long_description=long_description,
Expand Down

0 comments on commit 46a3cc8

Please sign in to comment.