Skip to content

Commit

Permalink
version: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaqo committed Sep 13, 2024
1 parent 0a21c0d commit 1170836
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anipy-api"
version = "3.1.11"
version = "3.2.0"
description = "api for anipy-cli"
authors = ["sdaqo <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion api/src/anipy_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__appname__ = "anipy-api"
__version__ = "3.1.11"
__version__ = "3.2.0"
4 changes: 2 additions & 2 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anipy-cli"
version = "3.1.11"
version = "3.2.0"
description = "Watch and Download anime from the comfort of your Terminal"
authors = ["sdaqo <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -20,7 +20,7 @@ yaspin = "^3.0.2"
inquirerpy = "^0.3.4"
appdirs = "^1.4.4"
pypresence = "^4.3.0"
anipy-api = "^3.1.11"
anipy-api = "^3.2.0"

[tool.poetry.scripts]
anipy-cli = "anipy_cli.cli:run_cli"
Expand Down
2 changes: 1 addition & 1 deletion cli/src/anipy_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__appname__ = "anipy-cli"
__version__ = "3.1.11"
__version__ = "3.2.0"

0 comments on commit 1170836

Please sign in to comment.