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 b640106 commit adf5b66Copy full SHA for adf5b66
setup.py
@@ -7,7 +7,7 @@
7
import sys
8
from setuptools import setup, find_packages
9
10
-LIBRARY_VERSION = '1.0.0-rc1'
+LIBRARY_VERSION = '1.0.0'
11
12
CURRENT_PYTHON = sys.version_info[:2]
13
REQUIRED_PYTHON = (3, 6)
0 commit comments