diff --git a/docs/conf.py b/docs/conf.py
index 54e3326..ba4762c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -56,9 +56,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.2.9'
+version = '0.2.10'
 # The full version, including alpha/beta/rc tags.
-release = '0.2.9'
+release = '0.2.10'
 
 # 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 2fa348b..09291fd 100644
--- a/pretty_midi/__init__.py
+++ b/pretty_midi/__init__.py
@@ -148,4 +148,4 @@
 from .utilities import *
 from .constants import *
 
-__version__ = '0.2.9'
+__version__ = '0.2.10'
diff --git a/setup.py b/setup.py
index fc6260b..1a5c094 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 
 setup(
     name='pretty_midi',
-    version='0.2.9',
+    version='0.2.10',
     description='Functions and classes for handling MIDI data conveniently.',
     author='Colin Raffel',
     author_email='craffel@gmail.com',