From 2370b3cae71131a2aefb619e9df33e4222bcd58b Mon Sep 17 00:00:00 2001 From: Maximilian Li Date: Fri, 5 May 2023 11:01:29 +0200 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c64e131..83046ed 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="2.2", + version="2.3", description="A reengineered framework to run experiments on a computing cluster.", long_description=long_description, long_description_content_type="text/markdown",