Skip to content

Commit 42b4521

Browse files
committed
Release 0.7.2
1 parent 3a355aa commit 42b4521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
import os
3333

34-
version = '0.7.1'
34+
version = '0.7.2'
3535
long_description = """
3636
Python bindings for the snappy compression library from Google.
3737

src/snappy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
isValidCompressed,
1515
)
1616

17-
__version__ = '0.7.1'
17+
__version__ = '0.7.2'

0 commit comments

Comments
 (0)