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