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 e12b4e9 commit 1874e6aCopy full SHA for 1874e6a
rosette/__init__.py
@@ -12,4 +12,4 @@
12
limitations under the License.
13
"""
14
15
-__version__ = '1.4.1'
+__version__ = '1.4.2'
rosette/api.py
@@ -28,7 +28,7 @@
28
import re
29
import warnings
30
31
-_BINDING_VERSION = '1.4.1'
+_BINDING_VERSION = '1.4.2'
32
_GZIP_BYTEARRAY = bytearray([0x1F, 0x8b, 0x08])
33
34
_IsPy3 = sys.version_info[0] == 3
0 commit comments