Skip to content

Commit 9b02713

Browse files
authored
Update pyproject.toml (#103)
* Update pyproject.toml * Update __init__.py
1 parent 015d9a1 commit 9b02713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bashplot/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Bashplot: Instant data plotting from the terminal into the terminal."""
2-
__version__ = "1.1.2"
2+
__version__ = "1.1.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bashplot"
3-
version = "1.1.2"
3+
version = "1.1.1"
44
description = "Instant data plotting from the terminal into the terminal"
55
readme = "README.md"
66
authors = ["Anselm Hahn <Anselm.Hahn@gmail.com>"]

0 commit comments

Comments
 (0)