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 3a355aa commit 42b4521Copy full SHA for 42b4521
setup.py
@@ -31,7 +31,7 @@
31
32
import os
33
34
-version = '0.7.1'
+version = '0.7.2'
35
long_description = """
36
Python bindings for the snappy compression library from Google.
37
src/snappy/__init__.py
@@ -14,4 +14,4 @@
14
isValidCompressed,
15
)
16
17
-__version__ = '0.7.1'
+__version__ = '0.7.2'
0 commit comments