Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed Nov 1, 2021
1 parent 51e0ca7 commit d356885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.9.0
current_version = 0.9.1
commit = True
tag = True
files = volvooncall/volvooncall.py setup.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="volvooncall",
version="0.9.0",
version="0.9.1",
description="Communicate with VOC",
url="https://github.com/molobrakos/volvooncall",
license="Unlicense",
Expand Down
2 changes: 1 addition & 1 deletion volvooncall/volvooncall.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
read_config,
)

__version__ = "0.9.0"
__version__ = "0.9.1"

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit d356885

Please sign in to comment.