Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
decompil3d committed Jan 25, 2022
1 parent 97c662f commit 62683e3
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.1
current_version = 0.9.2
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.1",
version="0.9.2",
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.1"
__version__ = "0.9.2"

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 62683e3

Please sign in to comment.