Skip to content

Commit c11db07

Browse files
committed
libmidi_io: v1.0.1
Change-Id: I83ef60146f3cce56ff1628e828a1a957ed0dd57b
1 parent 2036f7a commit c11db07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libmidi_io/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from pathlib import Path
99

10-
__version__ = "1.0.0"
10+
__version__ = "1.0.1"
1111

1212
module_path = Path(__file__).parent
1313
current_path = Path.cwd()

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libmidi_io"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "MIDI I/O utils"
55
authors = ["Sebastiano Barezzi <[email protected]>"]
66
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)