We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cff18 commit ae56137Copy full SHA for ae56137
setup.py
@@ -1,7 +1,7 @@
1
import os
2
from setuptools import find_packages, setup
3
4
-VERSION = '5.0.1'
+VERSION = '5.1.1'
5
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
6
README = readme.read()
7
0 commit comments