From 2ee8bb3e51abcbe0a7f5d7b2994a0ebbebc821c4 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Mon, 9 Sep 2019 15:23:14 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c29ee8e..93b7762 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name='metric-temporal-logic', - version='0.1.2', + version='0.1.3', description='A library for manipulating and evaluating metric temporal logic.', # noqa url='http://github.com/mvcisback/py-metric-temporal-logic', author='Marcell Vazquez-Chanlatte',