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 32db691 commit dab7a4fCopy full SHA for dab7a4f
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup, find_packages
4
5
-__version__ = '5.1.0'
+__version__ = '5.2.0'
6
7
with open('requirements.txt') as f:
8
requirements = f.read().splitlines()
0 commit comments