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.
2 parents 32db691 + dab7a4f commit 304ae71Copy full SHA for 304ae71
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