From c96ff694860e32d410e3394265c01cdad086b189 Mon Sep 17 00:00:00 2001 From: Colin Raffel Date: Tue, 16 Aug 2016 08:53:05 -0700 Subject: [PATCH] Up version to 0.2.2 --- docs/conf.py | 4 ++-- pretty_midi/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b71e3f3..a8faddd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.2.1' +version = '0.2.2' # The full version, including alpha/beta/rc tags. -release = '0.2.1' +release = '0.2.2' # 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 dd9a9aa..1708ba9 100644 --- a/pretty_midi/__init__.py +++ b/pretty_midi/__init__.py @@ -141,4 +141,4 @@ from .utilities import * from .constants import * -__version__ = '0.2.1' +__version__ = '0.2.2' diff --git a/setup.py b/setup.py index e294b6a..a7b8fd4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pretty_midi', - version='0.2.1', + version='0.2.2', description='Functions and classes for handling MIDI data conveniently.', author='Colin Raffel', author_email='craffel@gmail.com',