From 3fa91d1f53992c06c98e5d0442d76dbeaa39de29 Mon Sep 17 00:00:00 2001 From: Shawn Eggleston Date: Sun, 30 May 2021 21:10:02 -0400 Subject: [PATCH] bump version to 0.4.1 --- deemon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemon/__init__.py b/deemon/__init__.py index 1368da0..5b55841 100644 --- a/deemon/__init__.py +++ b/deemon/__init__.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 -__version__ = '0.4.0' +__version__ = '0.4.1'