From afdc3d0aa193d0a5db84e0eae403b9cc491a8ac9 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Mon, 13 May 2019 16:03:17 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27638dd..3d2b5f5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def readme(): return f.read() setup(name='SecondaryValue', - version='0.1.0', + version='0.1.1', description='A helper to calculate the gaussian error propagation.', long_description=readme(), long_description_content_type='text/markdown',