From 93bbea8252fdb4313fe1e19f2b7d8aeb72f0882f Mon Sep 17 00:00:00 2001 From: belerico Date: Sat, 11 Apr 2020 14:33:47 +0200 Subject: [PATCH] Add version 0.1.3 --- py_asciimath/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"