From 8488aa4e9cbe22032561fe0b621346fa489aef21 Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Fri, 21 Apr 2023 08:05:14 +0100 Subject: [PATCH] build(release): v0.0.59 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ccf4be..f954d4c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def long_description(): setuptools.setup( name='stream-zip', - version='0.0.58', + version='0.0.59', 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',