Skip to content

Commit 0862b62

Browse files
authored
Merge pull request #135 from martindurant/release
for release
2 parents 3630c72 + e6b8c79 commit 0862b62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.6.1'
34+
version = '0.7.0'
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
@@ -17,4 +17,4 @@
1717
stream_decompress as hadoop_stream_decompress,
1818
)
1919

20-
__version__ = '0.6.1'
20+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)