From f05d55371e5da3d49b1150ea73019adf6465a33d Mon Sep 17 00:00:00 2001 From: ldruschk <14059613+ldruschk@users.noreply.github.com> Date: Thu, 8 Jul 2021 21:16:00 +0200 Subject: [PATCH] bump version to 0.5.0 (#133) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f0ffac..2f92392 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="enochecker", - version="0.4.2", + version="0.5.0", author="domenukk", author_email="dmaier@sect.tu-berlin.de", description="Library to build checker scripts for EnoEngine A/D CTF Framework in Python",