We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015d9a1 commit 9b02713Copy full SHA for 9b02713
bashplot/__init__.py
@@ -1,2 +1,2 @@
1
"""Bashplot: Instant data plotting from the terminal into the terminal."""
2
-__version__ = "1.1.2"
+__version__ = "1.1.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bashplot"
3
-version = "1.1.2"
+version = "1.1.1"
4
description = "Instant data plotting from the terminal into the terminal"
5
readme = "README.md"
6
authors = ["Anselm Hahn <Anselm.Hahn@gmail.com>"]
0 commit comments