Skip to content

Commit 28dfffe

Browse files
committed
version: bump
1 parent 15f2df4 commit 28dfffe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anipy-api"
3-
version = "3.8.1"
3+
version = "3.8.2"
44
description = "api for anipy-cli"
55
authors = ["sdaqo <[email protected]>"]
66
license = "GPL-3.0"

api/src/anipy_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__appname__ = "anipy-api"
2-
__version__ = "3.8.1"
2+
__version__ = "3.8.2"

cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anipy-cli"
3-
version = "3.8.1"
3+
version = "3.8.2"
44
description = "Watch and Download anime from the comfort of your Terminal"
55
authors = ["sdaqo <[email protected]>"]
66
license = "GPL-3.0"
@@ -20,7 +20,7 @@ yaspin = "^3.0.2"
2020
inquirerpy = "^0.3.4"
2121
appdirs = "^1.4.4"
2222
pypresence = "^4.3.0"
23-
anipy-api = "^3.8.1"
23+
anipy-api = "^3.8.2"
2424

2525
[tool.poetry.scripts]
2626
anipy-cli = "anipy_cli.cli:run_cli"

cli/src/anipy_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__appname__ = "anipy-cli"
2-
__version__ = "3.8.1"
2+
__version__ = "3.8.2"

0 commit comments

Comments
 (0)