Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
fhasanaj28 committed Jun 6, 2016
2 parents 8798a74 + a0b0599 commit 344c843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosette/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from socket import gaierror
import requests

_BINDING_VERSION = "${VERSION}"
_BINDING_VERSION = '1.1.1'
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])

_IsPy3 = sys.version_info[0] == 3
Expand Down

0 comments on commit 344c843

Please sign in to comment.