From 068e6fe764bfdfc2fc3f440a4b65af455dcea29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Vollmer?= Date: Wed, 7 Oct 2020 15:51:27 +0200 Subject: [PATCH] Update setup.py Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79d6e61..a3714be 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__version__ = '0.0.3' +__version__ = '0.0.4' import sys import os