From 0d5915f265d8a290a7bcdfafd91db78c596a9771 Mon Sep 17 00:00:00 2001 From: r-romanov Date: Wed, 4 Aug 2021 14:44:46 +0300 Subject: [PATCH] chore: bump pkg version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f385f2..81df068 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ lic = f.read() setup(name='spysecli', - version='0.0.3', + version='0.0.4', description='CLI for spyse.com', long_description=readme, long_description_content_type='text/markdown',