Update version number.

This commit is contained in:
Paul Vincent Craven
2019-08-14 17:33:08 -05:00
parent 98b93646bc
commit 4f8a534921

View File

@@ -4,7 +4,7 @@ from os import path
from setuptools import setup # type: ignore
BUILD = 0
VERSION = "0.0.3"
VERSION = "0.0.4"
RELEASE = VERSION
if __name__ == "__main__":