From 5f2071a02cdf2ddcc5db13c59552b42527f22102 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Tue, 8 Oct 2019 19:18: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 93b7762..e6c02ea 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.3', + version='0.1.4', description='A library for manipulating and evaluating metric temporal logic.', # noqa url='http://github.com/mvcisback/py-metric-temporal-logic', author='Marcell Vazquez-Chanlatte',