From baf44e52a7247cd140e2b8ce39521225999aba8b Mon Sep 17 00:00:00 2001 From: Srdjan S Date: Sat, 14 Nov 2020 12:45:51 +0100 Subject: [PATCH] Up version to 0.0.3a --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61d9448..e6a058e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup import os -VERSION = "0.1" +VERSION = "0.0.3a" def get_long_description():