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 97eb2c3 commit fc91caaCopy full SHA for fc91caa
rosette/__init__.py
@@ -16,4 +16,4 @@
16
limitations under the License.
17
"""
18
19
-__version__ = '1.1.0'
+__version__ = '1.1.1'
rosette/api.py
@@ -27,7 +27,7 @@
27
from socket import gaierror
28
import requests
29
30
-_BINDING_VERSION = "1.1"
+_BINDING_VERSION = "1.1.1"
31
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])
32
33
_IsPy3 = sys.version_info[0] == 3
0 commit comments