Skip to content

Commit

Permalink
Bump version number to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Jan 17, 2013
1 parent 7dee4b3 commit 3f0d1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_restless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#:
#: This should be the same as the version specified in the :file:`setup.py`
#: file.
__version__ = '0.9.1-dev'
__version__ = '0.9.1'

# make the following name available as part of the public API
from .manager import APIManager
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ def run(self):
test_suite='tests.suite',
tests_require=['unittest2'],
url='http://github.com/jfinkels/flask-restless',
version='0.9.1-dev',
version='0.9.1',
zip_safe=False
)

0 comments on commit 3f0d1b2

Please sign in to comment.