Skip to content

Commit 92ab8b1

Browse files
committed
fix: bump version
1 parent d6405f6 commit 92ab8b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pymusixmatch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .musixmatch import Musixmatch # noqa: F401
22

33

4-
__version__ = "0.4.0"
4+
__version__ = "0.1.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymusixmatch"
3-
version = "0.4.0"
3+
version = "0.1.0"
44
description = "Simple integrate of API musixmatch.com with python"
55
authors = ["Hudson Brendon <contato.hudsonbrendon@gmail.com>"]
66
readme = "README.md"

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version() -> None:
5-
assert __version__ == "0.4.0"
5+
assert __version__ == "0.1.0"

0 commit comments

Comments
 (0)