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 52f9920 commit d5315a7Copy full SHA for d5315a7
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup, find_packages
4
5
-__version__ = '5.0.10'
+__version__ = '5.0.11'
6
7
with open('requirements.txt') as f:
8
requirements = f.read().splitlines()
0 commit comments