From 7cb7ef599179d06af7b2c56068ed1a581c4b1589 Mon Sep 17 00:00:00 2001 From: Paul Vincent Craven Date: Tue, 13 Aug 2019 07:13:49 -0500 Subject: [PATCH] Up version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd337da..03d4d78 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from os import path from setuptools import setup # type: ignore BUILD = 0 -VERSION = "0.0.1" +VERSION = "0.0.2" RELEASE = VERSION if __name__ == "__main__":