diff --git a/pymusixmatch/__init__.py b/pymusixmatch/__init__.py index 239b7bd..6b94f6d 100644 --- a/pymusixmatch/__init__.py +++ b/pymusixmatch/__init__.py @@ -1,4 +1,4 @@ from .musixmatch import Musixmatch # noqa: F401 -__version__ = "0.1.3" +__version__ = "0.1.4" diff --git a/pyproject.toml b/pyproject.toml index cee55d4..d18da09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" diff --git a/tests/test_version.py b/tests/test_version.py index 416753e..78efdc3 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version() -> None: - assert __version__ == "0.1.3" + assert __version__ == "0.1.4"