We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6405f6 commit 92ab8b1Copy full SHA for 92ab8b1
pymusixmatch/__init__.py
@@ -1,4 +1,4 @@
1
from .musixmatch import Musixmatch # noqa: F401
2
3
4
-__version__ = "0.4.0"
+__version__ = "0.1.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymusixmatch"
-version = "0.4.0"
+version = "0.1.0"
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.4.0"
+ assert __version__ == "0.1.0"
0 commit comments