Up version number

This commit is contained in:
Paul Vincent Craven
2019-08-13 07:13:49 -05:00
parent 9d9856b347
commit 7cb7ef5991

View File

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