aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-07-13 04:51:38 +0000
committerterminaldweller <thabogre@gmail.com>2022-07-13 04:51:38 +0000
commitb3a39af7d32e044efe52cdd81ff622200c40edbe (patch)
treee6feea56e1414eda926ba9351d2295ca9e84eb65 /pyproject.toml
parentfixed another typo (diff)
downloadcolo-b3a39af7d32e044efe52cdd81ff622200c40edbe.tar.gz
colo-b3a39af7d32e044efe52cdd81ff622200c40edbe.zip
made it slightly faster which doesnt really matter much
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e18457e..24e3951 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "colo"
-version = "1.0.0"
+version = "1.1.0"
description = "A simple script to print out the 256 terminal colors in various formats"
authors = ["terminaldweller <thabogre@gmail.com>"]
license = "GPL3"