Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Jan 13, 2019
1 parent fed06b9 commit 4dd735a
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.2.0rc2.zip
$ cd python-rtmidi-1.2.0rc2
$ unzip python-rtmidi-1.2.0.zip
$ cd python-rtmidi-1.2.0
$ 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.2.0rc2) is tagged with::
(version 1.2.0) is tagged with::

/* Generated by Cython 0.29.2 */

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.2.0rc2'
version = '1.2.0'
description = __doc__.splitlines()
keywords = 'rtmidi, midi, music'
author = 'Christopher Arndt'
Expand Down

0 comments on commit 4dd735a

Please sign in to comment.