diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-13 04:54:43 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-13 04:54:43 +0000 |
commit | 922da7cd77f215d51454efbdde39f962452c0de3 (patch) | |
tree | bc0e776f409e8fa88c7e92780bd164a8cfbc5b8a | |
parent | last line needs a new line to not mess up the prompt (diff) | |
download | colo-922da7cd77f215d51454efbdde39f962452c0de3.tar.gz colo-922da7cd77f215d51454efbdde39f962452c0de3.zip |
last line needs a new line to not mess up the prompt
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 24e3951..3b63169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "colo" -version = "1.1.0" +version = "1.1.1" description = "A simple script to print out the 256 terminal colors in various formats" authors = ["terminaldweller <thabogre@gmail.com>"] license = "GPL3" |