From 6f4575d70f26ecdc376662e6f5921c1771c8a7b2 Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Sat, 25 Feb 2023 20:05:36 +0000 Subject: [PATCH] build(release): v0.0.81 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04fa02a..a5e4f53 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def long_description(): setuptools.setup( name='stream-unzip', - version='0.0.80', + version='0.0.81', author='Department for International Trade', author_email='sre@digital.trade.gov.uk', description='Python function to stream unzip all the files in a ZIP archive, without loading the entire ZIP file into memory or any of its uncompressed files',