We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf051a commit 1631d8eCopy full SHA for 1631d8e
flask_restless/__init__.py
@@ -16,7 +16,7 @@
16
#:
17
#: This should be the same as the version specified in the :file:`setup.py`
18
#: file.
19
-__version__ = '0.13.1-dev'
+__version__ = '0.13.1'
20
21
# make the following names available as part of the public API
22
from .manager import APIManager
setup.py
@@ -51,6 +51,6 @@
51
test_suite='nose.collector',
52
tests_require=['nose'],
53
url='http://github.com/jfinkels/flask-restless',
54
- version='0.13.1-dev',
+ version='0.13.1',
55
zip_safe=False
56
)
0 commit comments