From 24681fc409af4b6e224ba147f71f29e5d627f9a5 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 9 Apr 2020 12:18:18 -0700 Subject: [PATCH] Bump version to 0.2.9 --- 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 79a89ef..54e3326 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = '0.2.8' +version = '0.2.9' # The full version, including alpha/beta/rc tags. -release = '0.2.8' +release = '0.2.9' # 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 985e2e3..f4dd3f6 100644 --- a/pretty_midi/__init__.py +++ b/pretty_midi/__init__.py @@ -141,4 +141,4 @@ from .utilities import * from .constants import * -__version__ = '0.2.8' +__version__ = '0.2.9' diff --git a/setup.py b/setup.py index fde75ac..fc6260b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pretty_midi', - version='0.2.8', + version='0.2.9', description='Functions and classes for handling MIDI data conveniently.', author='Colin Raffel', author_email='craffel@gmail.com',