diff --git a/setup.py b/setup.py index f954d4c..ff5f243 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def long_description(): setuptools.setup( name='stream-zip', - version='0.0.59', + version='0.0.60', author='Department for International Trade', author_email='sre@digital.trade.gov.uk', description='Python function to construct a ZIP archive with stream processing - without having to store the entire ZIP in memory or disk',