diff --git a/docs/conf.py b/docs/conf.py index 71a6691..4c32e38 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.2.4' +version = '0.2.5' # The full version, including alpha/beta/rc tags. -release = '0.2.4' +release = '0.2.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pretty_midi/__init__.py b/pretty_midi/__init__.py index ef3c744..7d9c072 100644 --- a/pretty_midi/__init__.py +++ b/pretty_midi/__init__.py @@ -141,4 +141,4 @@ from .utilities import * from .constants import * -__version__ = '0.2.4' +__version__ = '0.2.5' diff --git a/setup.py b/setup.py index 45abf56..97f2697 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pretty_midi', - version='0.2.4', + version='0.2.5', description='Functions and classes for handling MIDI data conveniently.', author='Colin Raffel', author_email='craffel@gmail.com',