Skip to content

Commit a4a2644

Browse files
author
Chris Park
committed
Version 1.4.0
1 parent affb3e5 commit a4a2644

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.3.0'
19+
__version__ = '1.4.0'

rosette/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import re
2929
import warnings
3030

31-
_BINDING_VERSION = '1.3.0'
31+
_BINDING_VERSION = '1.4.0'
3232
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])
3333

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

0 commit comments

Comments
 (0)