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" 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 "]