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 eba1109 commit 82dac03Copy full SHA for 82dac03
rosette/__init__.py
@@ -12,4 +12,4 @@
12
limitations under the License.
13
"""
14
15
-__version__ = '1.6.0'
+__version__ = '1.7.0'
rosette/api.py
@@ -27,7 +27,7 @@
27
import warnings
28
import requests
29
30
-_BINDING_VERSION = '1.6.0'
+_BINDING_VERSION = '1.7.0'
31
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])
32
33
_ISPY3 = sys.version_info[0] == 3
0 commit comments