From 5beb723d6e95fd9e9ecfc5277a0471afb99d7da1 Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Thu, 29 Apr 2021 15:56:52 +0200 Subject: [PATCH] new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7eb195f..362c088 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.12", + version="0.5.13", description="Collection of measurement processing tools", long_description=README, long_description_content_type="text/markdown", -- 2.22.0