We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2036f7a commit c11db07Copy full SHA for c11db07
libmidi_io/__init__.py
@@ -7,7 +7,7 @@
7
8
from pathlib import Path
9
10
-__version__ = "1.0.0"
+__version__ = "1.0.1"
11
12
module_path = Path(__file__).parent
13
current_path = Path.cwd()
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "libmidi_io"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "MIDI I/O utils"
5
authors = ["Sebastiano Barezzi <[email protected]>"]
6
license = "LGPL-3.0-or-later"
0 commit comments