From 058d0b300c5582c4ee773ef29971ceda547e36e1 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Fri, 4 Feb 2022 21:37:56 -0800 Subject: [PATCH] version: 0.4.0.post1 for logo to PyPi Forgot to add to README the first time Signed-off-by: John Andersen --- dffml/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dffml/version.py b/dffml/version.py index 674c407659..6dacafe779 100644 --- a/dffml/version.py +++ b/dffml/version.py @@ -7,4 +7,4 @@ Version of DFFML """ -VERSION = "0.4.0.post1" +VERSION = "0.4.0.post2"