Skip to content

Commit

Permalink
bump version to v0.7.1 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukBaz authored Jul 14, 2022
1 parent 760c6f0 commit 7cb8e8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.7.0'
version = u'0.7.1'
# The full version, including alpha/beta/rc tags.
release = u'0.7.0'
release = u'0.7.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.7.1
tag = True
tag_name = v{new_version}

Expand Down
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.7.0',
version='0.7.1',

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

0 comments on commit 7cb8e8f

Please sign in to comment.