From 075b3506128555733d15aa3e409655d1ec173feb Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Sun, 23 Apr 2023 21:24:40 +0100 Subject: [PATCH] build(release): v0.0.60 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',