From ac6a8b3b0aa3f35535da4454ed290fb9dde2f71a Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Fri, 23 Sep 2022 22:25:33 -0700 Subject: [PATCH] chore: bump version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 894923b..a454da7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "metric-temporal-logic" readme="README.md" -version = "0.3.0" +version = "0.4.0" description = "A library for manipulating and evaluating metric temporal logic." repository = "https://github.com/mvcisback/py-metric-temporal-logic" authors = ["Marcell Vazquez-Chanlatte "]