From 3197269173f63d80bc0cf380da88709bc39bdc19 Mon Sep 17 00:00:00 2001 From: Barry Byford Date: Sat, 6 Mar 2021 15:51:00 +0000 Subject: [PATCH] Bump version to v0.6.0 (#327) --- docs/conf.py | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4476cb7..71da2c9 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,9 +73,9 @@ # built documents. # # The short X.Y version. -version = u'0.5.0' +version = u'0.6.0' # The full version, including alpha/beta/rc tags. -release = u'0.5.0' +release = u'0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 3cb5859..2d3101d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 5bf7a1d..2813dc0 100644 --- a/setup.py +++ b/setup.py @@ -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.5.0', + version='0.6.0', description='Python library for Bluetooth Low Energy (BLE) on Linux', long_description=long_description,