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 f8fada9 commit afd207fCopy full SHA for afd207f
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
import sys
10
from setuptools import setup, find_packages
11
12
-version = '1.3.0a1'
+version = '1.3.0'
13
14
if not '2.6' <= sys.version < '3.0' and not '3.2' <= sys.version:
15
raise ImportError('Python version not supported')
0 commit comments