Skip to content

Commit 3197269

Browse files
authored
Bump version to v0.6.0 (#327)
1 parent 2b2ba49 commit 3197269

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
# built documents.
7474
#
7575
# The short X.Y version.
76-
version = u'0.5.0'
76+
version = u'0.6.0'
7777
# The full version, including alpha/beta/rc tags.
78-
release = u'0.5.0'
78+
release = u'0.6.0'
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

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.5.0
2+
current_version = 0.6.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.5.0',
32+
version='0.6.0',
3333

3434
description='Python library for Bluetooth Low Energy (BLE) on Linux',
3535
long_description=long_description,

0 commit comments

Comments
 (0)