Skip to content

Commit 56fc5fb

Browse files
Merge pull request #55 from hudsonbrendon/fix/bump-version-0-1-4
fix: bump version to 0.1.4
2 parents 43d9db2 + 771b5e5 commit 56fc5fb

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.1.3"
4+
__version__ = "0.1.4"

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.1.3"
3+
version = "0.1.4"
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.1.3"
5+
assert __version__ == "0.1.4"

0 commit comments

Comments
 (0)