From 7d2a57efc6152a4ca3fef3ecd773c427de5ccbcb Mon Sep 17 00:00:00 2001 From: Anselm Hahn Date: Sat, 26 Mar 2022 22:35:22 +0100 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d32892c..098e2e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bashplot" -version = "1.1.2" +version = "1.1.1" description = "Instant data plotting from the terminal into the terminal" readme = "README.md" authors = ["Anselm Hahn "] From af4e36d134ac22334f643edc09ff99398459930d Mon Sep 17 00:00:00 2001 From: Anselm Hahn Date: Sat, 26 Mar 2022 22:35:54 +0100 Subject: [PATCH 2/2] Update __init__.py --- bashplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashplot/__init__.py b/bashplot/__init__.py index 2664693..91e453e 100644 --- a/bashplot/__init__.py +++ b/bashplot/__init__.py @@ -1,2 +1,2 @@ """Bashplot: Instant data plotting from the terminal into the terminal.""" -__version__ = "1.1.2" +__version__ = "1.1.1"