diff --git a/setup.py b/setup.py index cff8c7d8..126a253a 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def run(self): setup( name='indexed_gzip', - version='0.3.2', + version='0.3.3', author='Paul McCarthy', author_email='pauldmccarthy@gmail.com', description='Fast random access of gzip files in Python',