From dd553a76e68eb26c578f0de4def21822391aece2 Mon Sep 17 00:00:00 2001 From: Paul Vincent Craven Date: Tue, 13 Aug 2019 09:57:41 -0500 Subject: [PATCH] Update version number to 0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03d4d78..bcb86a9 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.2" +VERSION = "0.0.3" RELEASE = VERSION if __name__ == "__main__":