Update version number to 0.0.3

This commit is contained in:
Paul Vincent Craven
2019-08-13 09:57:41 -05:00
parent e1a9cb9104
commit dd553a76e6

View File

@@ -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__":