Skip to content

Commit fc91caa

Browse files
author
Chris Park
committed
RCB-410 Publish 1.1.1
1 parent 97eb2c3 commit fc91caa

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
@@ -16,4 +16,4 @@
1616
limitations under the License.
1717
"""
1818

19-
__version__ = '1.1.0'
19+
__version__ = '1.1.1'

rosette/api.py

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

30-
_BINDING_VERSION = "1.1"
30+
_BINDING_VERSION = "1.1.1"
3131
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])
3232

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

0 commit comments

Comments
 (0)