We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43d9db2 + 771b5e5 commit 56fc5fbCopy full SHA for 56fc5fb
pymusixmatch/__init__.py
@@ -1,4 +1,4 @@
1
from .musixmatch import Musixmatch # noqa: F401
2
3
4
-__version__ = "0.1.3"
+__version__ = "0.1.4"
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"
5
authors = ["Hudson Brendon <contato.hudsonbrendon@gmail.com>"]
6
readme = "README.md"
tests/test_version.py
@@ -2,4 +2,4 @@
def test_version() -> None:
- assert __version__ == "0.1.3"
+ assert __version__ == "0.1.4"
0 commit comments