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