Skip to content

Commit

Permalink
🔖Bump version: 0.9.2 → 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoguy committed Aug 21, 2023
1 parent ae0fef9 commit afe1d80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "tiktokpy"
version = "0.9.2"
version = "0.9.3"
description = "Tool for automated TikTok interactions."

license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.9.2
current_version = 0.9.3
message = 🔖Bump version: {current_version} → {new_version}

[bumpversion:file:pyproject.toml]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_tiktokpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.9.2"
assert __version__ == "0.9.3"
2 changes: 1 addition & 1 deletion tiktokpy/bot/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.2"
__version__ = "0.9.3"

0 comments on commit afe1d80

Please sign in to comment.