From c608833aeb42bde2111e6bc8d76ca8a35738309a Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Fri, 1 May 2020 17:26:25 -0400 Subject: [PATCH] Update version to 0.1.4 --- mathparse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathparse/__init__.py b/mathparse/__init__.py index 8937e08..fea2344 100644 --- a/mathparse/__init__.py +++ b/mathparse/__init__.py @@ -2,7 +2,7 @@ mathparse is a library for solving mathematical equations contained in strings """ -__version__ = '0.1.3' +__version__ = '0.1.4' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/mathparse'