Skip to content

Commit 8f659df

Browse files
committed
Bump version to 1.0.0
Signed-off-by: Christopher Arndt <[email protected]>
1 parent 1f8abeb commit 8f659df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

INSTALL.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Of course, you can also download the source distribution package as a Zip
4343
archive or tarball, extract it and install using the common ``distutils``
4444
commands, e.g.::
4545

46-
$ wget https://pypi.python.org/pypi/python-rtmidipython-rtmidi-1.0.0rc1.tar.gz
47-
$ tar -xzf python-rtmidi-1.0.0rc1.tar.gz
48-
$ cd python-rtmidi-1.0.0rc1
46+
$ wget https://pypi.python.org/pypi/python-rtmidipython-rtmidi-1.0.0.tar.gz
47+
$ tar -xzf python-rtmidi-1.0.0.tar.gz
48+
$ cd python-rtmidi-1.0.0
4949
$ python setup.py install
5050

5151

@@ -91,7 +91,7 @@ platform-specific hints below.
9191
Only if you want to change the Cython source file ``_rtmidi.pyx`` or want to
9292
recompile ``_rtmidi.cpp`` with a newer Cython version, you'll need to install
9393
Cython >= 0.17. The ``_rtmidi.cpp`` file in the current source distribution
94-
(version 1.0.0rc1) is tagged with::
94+
(version 1.0.0) is tagged with::
9595

9696
/* Generated by Cython 0.24.1 */
9797

rtmidi/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"""
6161

6262
name = 'python-rtmidi'
63-
version = '1.0.0rc1'
63+
version = '1.0.0'
6464
description = __doc__.splitlines()
6565
keywords = 'rtmidi, midi, music'
6666
author = 'Christopher Arndt'

0 commit comments

Comments
 (0)