From f7d8126da7bf9284c0e5d21df568b7430bc2f9af Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Mon, 2 Mar 2020 09:55:03 -0800 Subject: [PATCH] bump patch version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 429120e..080c76f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "metric-temporal-logic" readme="README.md" -version = "0.1.4" +version = "0.1.5" description = "A library for manipulating and evaluating metric temporal logic." repository = "https://github.com/mvcisback/py-metric-temporal-logic" authors = ["Marcell Vazquez-Chanlatte "]