Skip to content

Commit

Permalink
chore: bump version number (v0.0.8 -> v0.0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alryaz committed Mar 22, 2024
1 parent d1e022b commit 2258c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pandora-cas"
version = "0.0.8"
version = "0.0.9"
description = "Pandora Car Alarm System clientside API implementation"
authors = ["Alexander Ryazanov <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/pandora_cas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.8"
__version__ = "0.0.9"
__author__ = "Alexander Ryazanov <[email protected]>"
__all__ = ("account", "data", "device", "enums", "errors")

0 comments on commit 2258c98

Please sign in to comment.