From b93d1863ecaf2081d1e8d0e58c1d7b333a6b6629 Mon Sep 17 00:00:00 2001 From: Marcell Vazquez-Chanlatte Date: Thu, 20 Aug 2020 09:42:20 -0700 Subject: [PATCH] bump minor version. --- poetry.lock | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index acd7341..f284e35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,6 +164,7 @@ hypothesis = "*" reference = "fee01c6d8c36f33501b71ff0e84b342829968ddf" type = "git" url = "git://github.com/mvcisback/hypothesis-cfg.git" + [[package]] category = "dev" description = "Internationalized Domain Names in Applications (IDNA)" @@ -483,8 +484,8 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "b15cc8274f95a4703eb1c0ec9fb67e72d28fb832e3d50929ca1e7dcf67b4fd45" -python-versions = "^3.6" +content-hash = "f32691341aa23a6daff2c24e307dcd1e9bcb5c3b2f042664245559f81ae5dc3f" +python-versions = "^3.7" [metadata.files] apipkg = [ diff --git a/pyproject.toml b/pyproject.toml index 78de1a4..9730909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "metric-temporal-logic" readme="README.md" -version = "0.1.7" +version = "0.2.0" description = "A library for manipulating and evaluating metric temporal logic." repository = "https://github.com/mvcisback/py-metric-temporal-logic" authors = ["Marcell Vazquez-Chanlatte "]