Skip to content

Commit

Permalink
Bump version to 0.2-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
craffel committed Nov 6, 2015
1 parent 93b90ff commit bd53b63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1'
version = '0.2-pre'
# The full version, including alpha/beta/rc tags.
release = '0.1'
release = '0.2-pre'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pretty_midi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .utilities import *
from .constants import *

__version__ = '0.1'
__version__ = '0.2-pre'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pretty_midi',
version='0.0.1',
version='0.2-pre',
description='Functions and classes for handling MIDI data conveniently.',
author='Colin Raffel',
author_email='craffel@gmail.com',
Expand Down

0 comments on commit bd53b63

Please sign in to comment.