There was an error while loading. Please reload this page.
1 parent a180459 commit 1a8896eCopy full SHA for 1a8896e
setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup, find_packages
4
import sys
5
6
-VERSION = (5, 2, 0. 'dev')
+VERSION = (5, 2, 0, 'dev')
7
__version__ = VERSION
8
__versionstr__ = '.'.join(map(str, VERSION))
9
0 commit comments