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