diff --git a/setup.py b/setup.py index bcb86a9..b6e9fe6 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.3" +VERSION = "0.0.4" RELEASE = VERSION if __name__ == "__main__":