Skip to content

Commit 01c99d1

Browse files
committed
prepare for release 1.5.0
1 parent b06e457 commit 01c99d1

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "src/rtmidi"]
22
path = src/rtmidi
33
url = https://github.com/SpotlightKid/rtmidi.git
4-
branch = python-rtmidi-5.0.0
4+
branch = python-rtmidi

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'python-rtmidi',
33
'cpp',
4-
version: '1.5.0rc1',
4+
version: '1.5.0',
55
license: 'MIT',
66
default_options: [
77
'warning_level=2'

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ file = "LICENSE.md"
6060
[tool.black]
6161
line-length = 99
6262
target-version = [
63-
"py37",
6463
"py38",
6564
"py39",
6665
"py310",

src/rtmidi

Submodule rtmidi updated 1 file

0 commit comments

Comments
 (0)