From f3a154b17f8e3ecd5dff19d50a86a944731deba9 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Tue, 4 Oct 2022 16:05:01 +0100 Subject: [PATCH] :bookmark: v0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 477e52f..2c1dff8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ this_directory = Path(__file__).parent long_description = (this_directory / "README.md").read_text() -version = '0.0.1' +version = '0.0.2' setup(name='zshot', version=version,