diff --git a/py_asciimath/__init__.py b/py_asciimath/__init__.py index 94b2d0e..bb7ecad 100644 --- a/py_asciimath/__init__.py +++ b/py_asciimath/__init__.py @@ -1,4 +1,4 @@ import os PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__)) -__version__ = "0.1.2" +__version__ = "0.1.3"