diff --git a/pyproject.toml b/pyproject.toml index 8da8652..2b3d963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "SeaPlayer" -version = "0.7.3" +version = "0.7.4" description = "SeaPlayer is a player that works in the terminal." repository = "https://github.com/romanin-rf/SeaPlayer" authors = ["Romanin "] @@ -33,7 +33,7 @@ seaplug = "seaplayer.plug.__main__:run" [tool.poetry.dependencies] python = ">=3.9,<3.12" # Custom modules -ripix = "2.4.0" +ripix = "2.4.2" playsoundsimple-py = "0.8.1.post2" properties-py = "1.1.0" urlopen2 = "1.2.0.post1" diff --git a/seaplayer/units.py b/seaplayer/units.py index 215a033..77f53ce 100644 --- a/seaplayer/units.py +++ b/seaplayer/units.py @@ -6,7 +6,7 @@ # ! Metadata __title__ = "SeaPlayer" -__version__ = "0.7.3" +__version__ = "0.7.4" __author__ = "Romanin" __email__ = "semina054@gmail.com" __url__ = "https://github.com/romanin-rf/SeaPlayer"