Skip to content

Commit

Permalink
Merge pull request #25 from romanin-rf/dev
Browse files Browse the repository at this point in the history
Hotfix 0.7.4
  • Loading branch information
romanin-rf authored Dec 1, 2023
2 parents 5c849b9 + 889a77d commit 6bfff22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <semina054@gmail.com>"]
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion seaplayer/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6bfff22

Please sign in to comment.