From 2f55345d29acad2435ae4f172064977da15b7b16 Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Fri, 26 Mar 2021 09:20:30 +0100 Subject: [PATCH] progress bar --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39c4abd..86a234f 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.4", + version="0.5.6", description="Collection of measurement processing tools", long_description=README, long_description_content_type="text/markdown", -- 2.22.0