Skip to content

Commit 0a5aa06

Browse files
committed
Bump version to 1.4.9
Signed-off-by: Christopher Arndt <[email protected]>
1 parent b808da4 commit 0a5aa06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

INSTALL.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ To download the python-rtmidi source distribution archive for the current
101101
version, extract and install it, use the following commands::
102102

103103
$ pip download python-rtmidi
104-
$ tar -xzf python-rtmidi-1.4.8.tar.gz
105-
$ cd python-rtmidi-1.4.8
104+
$ tar -xzf python-rtmidi-1.4.9.tar.gz
105+
$ cd python-rtmidi-1.4.9
106106
$ python setup.py install
107107

108108
On Linux or macOS / OS X, if you want to install python-rtmidi into the
@@ -162,7 +162,7 @@ platform-specific hints below.
162162
If you want to change the Cython source file ``_rtmidi.pyx`` or want to
163163
recompile ``_rtmidi.cpp`` with a newer Cython version, you'll need to install
164164
Cython >= 0.28. The ``_rtmidi.cpp`` file in the current source distribution
165-
(version 1.4.8) is tagged with::
165+
(version 1.4.9) is tagged with::
166166

167167
/* Generated by Cython 0.29.23 */
168168

rtmidi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.4.8'
1+
version = '1.4.9'

0 commit comments

Comments
 (0)