Skip to content

Commit 94983da

Browse files
committed
libmidi_io: v1.1.0
Change-Id: Ibbbf1751e3444f74c1b486887d61b988dec19c70
1 parent 7f5926e commit 94983da

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Requires Python 3.8 or greater
1212
## Installation
1313

1414
```sh
15-
pip3 install libmidi_io
15+
pip install libmidi_io
1616
```
1717

1818
## Instructions

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libmidi_io"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "MIDI I/O utils"
55
authors = ["Sebastiano Barezzi <[email protected]>"]
66
license = "LGPL-3.0-or-later"
@@ -9,9 +9,7 @@ repository = "https://github.com/python-midi/libmidi_io"
99

1010
[tool.poetry.dependencies]
1111
python = "^3.8"
12-
libmidi = "^1.0.1"
13-
14-
[tool.poetry.dev-dependencies]
12+
libmidi = "^1.1.0"
1513

1614
[build-system]
1715
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)