Skip to content

Commit 82dac03

Browse files
author
Chris Park
committed
Version 1.7.0
1 parent eba1109 commit 82dac03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rosette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
limitations under the License.
1313
"""
1414

15-
__version__ = '1.6.0'
15+
__version__ = '1.7.0'

rosette/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import warnings
2828
import requests
2929

30-
_BINDING_VERSION = '1.6.0'
30+
_BINDING_VERSION = '1.7.0'
3131
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])
3232

3333
_ISPY3 = sys.version_info[0] == 3

0 commit comments

Comments
 (0)