Skip to content

Commit

Permalink
[2023-04-23] Bump version: 0.0.6 → 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NachABR committed Apr 23, 2023
1 parent 05f8eea commit 3b1b5db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.6
current_version = 0.0.7
commit = True
tag = True
tag_name = {new_version}
Expand Down
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 = "aio-spamwatch"
version = "0.0.6"
version = "0.0.7"
description = "An asynchronous Python wrapper for the SpamWatch API."
authors = ["NachABR <nachabr@protonmail.com>"]
license = "LGPLv3"
Expand Down
2 changes: 1 addition & 1 deletion src/aio_spamwatch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)
from .types import Ban, Permission, Token

__version__ = "0.0.6"
__version__ = "0.0.7"
__all__ = (
"SpamWatchAPI",
"Ban",
Expand Down

0 comments on commit 3b1b5db

Please sign in to comment.