Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ukBaz committed May 18, 2024
1 parent 8e984b6 commit e120285
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.8.0'
version = u'0.9.0'
# The full version, including alpha/beta/rc tags.
release = u'0.8.0'
release = u'0.9.0'

# 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.8.0
current_version = 0.9.0
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.8.0',
version='0.9.0',

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

0 comments on commit e120285

Please sign in to comment.