We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f459a3d commit 0aba630Copy full SHA for 0aba630
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup, find_packages
4
5
-__version__ = '5.0.9'
+__version__ = '5.0.10'
6
7
with open('requirements.txt') as f:
8
requirements = f.read().splitlines()
0 commit comments