From e29069c257278cf9bed276ac0be2cd0a6aa34950 Mon Sep 17 00:00:00 2001 From: Christian Muise Date: Mon, 12 Dec 2022 23:50:28 -0500 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35330ff..c97e0be 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="nnf", - version='0.3.0', + version='0.4.0', author="Jan Verbeek, Christian Muise", author_email="jan.verbeek@posteo.nl, christian.muise@queensu.ca", description="Manipulate NNF (Negation Normal Form) logical sentences",