Skip to content

Commit

Permalink
for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Feb 27, 2024
1 parent 3630c72 commit e6b8c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

import os

version = '0.6.1'
version = '0.7.0'
long_description = """
Python bindings for the snappy compression library from Google.
Expand Down
2 changes: 1 addition & 1 deletion src/snappy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
stream_decompress as hadoop_stream_decompress,
)

__version__ = '0.6.1'
__version__ = '0.7.0'

0 comments on commit e6b8c79

Please sign in to comment.