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 1e0097b commit ca9ab28Copy full SHA for ca9ab28
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup, find_packages
4
5
-__version__ = '5.2.4'
+__version__ = '5.2.5'
6
7
with open('requirements.txt') as f:
8
requirements = f.read().splitlines()
0 commit comments