Skip to content

Commit

Permalink
Bump version for 1.1.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Oct 10, 2018
1 parent 68dd7f6 commit 2f346aa
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 @@ -48,8 +48,8 @@ archive or tarball, extract it and install using the common ``distutils``
commands, e.g.::

$ pip download python-rtmidi
$ unzip python-rtmidi-1.1.2rc2.zip
$ cd python-rtmidi-1.1.2rc2
$ unzip python-rtmidi-1.1.2.zip
$ cd python-rtmidi-1.1.2
$ python setup.py install


Expand Down Expand Up @@ -96,7 +96,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.1.2rc2) is tagged with::
(version 1.1.2) is tagged with::

/* Generated by Cython 0.28.5 */

Expand Down
2 changes: 1 addition & 1 deletion rtmidi/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"""

name = 'python-rtmidi'
version = '1.1.2rc2'
version = '1.1.2'
description = __doc__.splitlines()
keywords = 'rtmidi, midi, music'
author = 'Christopher Arndt'
Expand Down

0 comments on commit 2f346aa

Please sign in to comment.