From 8d94c12e2f3eae1a88c15831ae18fc0eddf33df3 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Fri, 1 May 2020 17:16:25 -0400 Subject: [PATCH] Update to version 0.1.3 --- mathparse/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathparse/__init__.py b/mathparse/__init__.py index 6193da3..8937e08 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.2' +__version__ = '0.1.3' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/mathparse'