Update docs and version number

This commit is contained in:
Paul Vincent Craven
2019-08-15 09:53:25 -05:00
parent 7aea85f636
commit bb6ee0a24b
3 changed files with 7 additions and 3 deletions

View File

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