We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3630c72 + e6b8c79 commit 0862b62Copy full SHA for 0862b62
2 files changed
setup.py
@@ -31,7 +31,7 @@
31
32
import os
33
34
-version = '0.6.1'
+version = '0.7.0'
35
long_description = """
36
Python bindings for the snappy compression library from Google.
37
src/snappy/__init__.py
@@ -17,4 +17,4 @@
17
stream_decompress as hadoop_stream_decompress,
18
)
19
20
-__version__ = '0.6.1'
+__version__ = '0.7.0'
0 commit comments