Skip to content

Commit

Permalink
Bump version to 1.4.9
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Apr 26, 2021
1 parent b808da4 commit 0a5aa06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ To download the python-rtmidi source distribution archive for the current
version, extract and install it, use the following commands::

$ pip download python-rtmidi
$ tar -xzf python-rtmidi-1.4.8.tar.gz
$ cd python-rtmidi-1.4.8
$ tar -xzf python-rtmidi-1.4.9.tar.gz
$ cd python-rtmidi-1.4.9
$ python setup.py install

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

/* Generated by Cython 0.29.23 */

Expand Down
2 changes: 1 addition & 1 deletion rtmidi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.4.8'
version = '1.4.9'

0 comments on commit 0a5aa06

Please sign in to comment.