Skip to content

Commit

Permalink
kdmapi: v1.0.2
Browse files Browse the repository at this point in the history
Change-Id: I627fa965e2520dd18e76678654df178e149c57eb
  • Loading branch information
SebaUbuntu committed Jun 13, 2022
1 parent ea2437a commit 91e3cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kdmapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
modMessage,
)

__version__ = "1.0.1"
__version__ = "1.0.2"

module_path = Path(__file__).parent
current_path = Path.cwd()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kdmapi"
version = "1.0.1"
version = "1.0.2"
description = "KDMAPI (Keppy's Direct MIDI API) wrapper for Python"
authors = ["Sebastiano Barezzi <[email protected]>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit 91e3cdd

Please sign in to comment.