Skip to content

Commit e1f8d0c

Browse files
committed
bump version to 0.3.0
1 parent 6946be9 commit e1f8d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.3.0
33
tag = True
44
tag_name = v{new_version}
55

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.2.0',
32+
version='0.3.0',
3333

3434
description='Python library for BlueZ Bluetooth Management API',
3535
long_description=long_description,

0 commit comments

Comments
 (0)