From dcfff04b14cb3d72bee5b47e6434bc6d100c8ac7 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Mon, 19 Sep 2022 22:02:21 -0700 Subject: [PATCH] Bump minor verison. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c041c2..894923b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "metric-temporal-logic" readme="README.md" -version = "0.2.3" +version = "0.3.0" description = "A library for manipulating and evaluating metric temporal logic." repository = "https://github.com/mvcisback/py-metric-temporal-logic" authors = ["Marcell Vazquez-Chanlatte "]