diff --git a/mathparse/__init__.py b/mathparse/__init__.py index 8fa6d4f..6193da3 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.1' +__version__ = '0.1.2' __author__ = 'Gunther Cox' __email__ = 'gunthercx@gmail.com' __url__ = 'https://github.com/gunthercox/mathparse'