diff --git a/setup.py b/setup.py index 86f516c..52759ed 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def long_description(): setuptools.setup( name='stream-zip', - version='0.0.55', + version='0.0.56', 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',