Skip to content

Commit

Permalink
Merge pull request #55 from hudsonbrendon/fix/bump-version-0-1-4
Browse files Browse the repository at this point in the history
fix: bump version to 0.1.4
  • Loading branch information
hudsonbrendon authored Jan 20, 2025
2 parents 43d9db2 + 771b5e5 commit 56fc5fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pymusixmatch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .musixmatch import Musixmatch # noqa: F401


__version__ = "0.1.3"
__version__ = "0.1.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymusixmatch"
version = "0.1.3"
version = "0.1.4"
description = "Simple integrate of API musixmatch.com with python"
authors = ["Hudson Brendon <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert __version__ == "0.1.3"
assert __version__ == "0.1.4"

0 comments on commit 56fc5fb

Please sign in to comment.