From 17c4eee4be8b23220ff3cf89fed012ffe4d90c0b Mon Sep 17 00:00:00 2001 From: Josef Smith Date: Wed, 12 Apr 2023 17:15:59 +0100 Subject: [PATCH] build(release):v0.0.58 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b419a57..4f99ad7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def long_description(): setuptools.setup( name='stream-zip', - version='0.0.57', + version='0.0.58', 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',