Skip to content

Commit 46a3cc8

Browse files
committed
Bump version to v0.2.0 for release
1 parent 8bbfc8b commit 46a3cc8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

setup.cfg

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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 BlueZ Bluetooth Management API',
3535
long_description=long_description,

0 commit comments

Comments
 (0)