diff --git a/setup.py b/setup.py index 1c229644..9adae763 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def run(self): setup( name='indexed_gzip', - version='0.3', + version='0.3.1', author='Paul McCarthy', author_email='pauldmccarthy@gmail.com', description='Fast random access of gzip files in Python',