We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86f161 commit 4d67f5fCopy full SHA for 4d67f5f
setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
from setuptools import find_packages, setup
3
4
-VERSION = "1.8"
+VERSION = "1.8.1"
5
6
PACKAGES = find_packages()
7
REQUIREMENTS = ['django >=2.2,<5.0']
0 commit comments