Skip to content

Commit

Permalink
version: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaqo committed Aug 16, 2024
1 parent f0e28ac commit 0cb4ee6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.10"
version = "3.1.11"
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.10"
__version__ = "3.1.11"
6 changes: 3 additions & 3 deletions cli/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10"
version = "3.1.11"
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.10"
anipy-api = "^3.1.11"

[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.10"
__version__ = "3.1.11"

0 comments on commit 0cb4ee6

Please sign in to comment.