From 28f6ba0a8bd1831639bda0eb66e20f79b82b1a75 Mon Sep 17 00:00:00 2001 From: RenierM26 <66512715+RenierM26@users.noreply.github.com> Date: Sat, 30 Apr 2022 22:15:49 +0200 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 284f243..6406da4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='pyhyypapi', - version="0.0.0.1", + version="0.0.0.2", license='Apache Software License 2.0', author='Renier Moorcroft', author_email='renierm26@users.github.com',