From e6b8c796bc8daba8d3182af0732277358a04f504 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Tue, 27 Feb 2024 15:29:23 -0500 Subject: [PATCH] for release --- setup.py | 2 +- src/snappy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bb93ab8..eb42a6d 100644 --- a/setup.py +++ b/setup.py @@ -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. diff --git a/src/snappy/__init__.py b/src/snappy/__init__.py index d502af9..d4f1790 100644 --- a/src/snappy/__init__.py +++ b/src/snappy/__init__.py @@ -17,4 +17,4 @@ stream_decompress as hadoop_stream_decompress, ) -__version__ = '0.6.1' +__version__ = '0.7.0'