Skip to content

Commit 91e3cdd

Browse files
committed
kdmapi: v1.0.2
Change-Id: I627fa965e2520dd18e76678654df178e149c57eb
1 parent ea2437a commit 91e3cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kdmapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
modMessage,
3939
)
4040

41-
__version__ = "1.0.1"
41+
__version__ = "1.0.2"
4242

4343
module_path = Path(__file__).parent
4444
current_path = Path.cwd()

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 = "kdmapi"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "KDMAPI (Keppy's Direct MIDI API) wrapper for Python"
55
authors = ["Sebastiano Barezzi <barezzisebastiano@gmail.com>"]
66
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)