We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb2e1c commit 9217c5fCopy full SHA for 9217c5f
imslp/__init__.py
@@ -3,7 +3,7 @@
3
The clean and modern way of accessing IMSLP data and scores programmatically.
4
"""
5
6
-__version__ = "0.1.0"
+__version__ = "0.2.3"
7
__author__ = "Jérémie Lumbroso <lumbroso@cs.princeton.edu>"
8
9
version_info = tuple(int(v) if v.isdigit() else v for v in __version__.split('.'))
pyproject.toml
@@ -28,7 +28,7 @@ license = "LGPL-3.0-or-later"
28
name = "imslp"
29
readme = "README.md"
30
repository = "https://github.com/jlumbroso/imslp"
31
-version = "0.2.1"
+version = "0.2.3"
32
33
[tool.poetry.dependencies]
34
bs4 = "^0.0.1"
tests/test_imslp.py
@@ -2,4 +2,4 @@
2
def test_version():
- assert __version__ == '0.1.0'
+ assert __version__ == '0.2.3'
0 commit comments