From 98d233db68c4d9337c9ff1ba3de52d7fc2318b7e Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Thu, 25 Mar 2021 17:27:19 +0100 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 795d5ed..6bdc1b7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text() # This call to setup() does all the work setup( name="measprocess", - version="0.5.2", + version="0.5.3", description="Collection of measurement processing tools", long_description=README, long_description_content_type="text/markdown", -- 2.22.0