Skip to content

Commit 9217c5f

Browse files
committed
v0.2.3
1 parent cbb2e1c commit 9217c5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

imslp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The clean and modern way of accessing IMSLP data and scores programmatically.
44
"""
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.2.3"
77
__author__ = "Jérémie Lumbroso <lumbroso@cs.princeton.edu>"
88

99
version_info = tuple(int(v) if v.isdigit() else v for v in __version__.split('.'))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license = "LGPL-3.0-or-later"
2828
name = "imslp"
2929
readme = "README.md"
3030
repository = "https://github.com/jlumbroso/imslp"
31-
version = "0.2.1"
31+
version = "0.2.3"
3232

3333
[tool.poetry.dependencies]
3434
bs4 = "^0.0.1"

tests/test_imslp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.1.0'
5+
assert __version__ == '0.2.3'

0 commit comments

Comments
 (0)