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