From 4f8a534921bdc570e9b822dc7fe1e7798be91e3a Mon Sep 17 00:00:00 2001 From: Paul Vincent Craven Date: Wed, 14 Aug 2019 17:33:08 -0500 Subject: [PATCH] Update version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__":