Skip to content

Commit f9c46f2

Browse files
committed
v6.0.0
and fixes
1 parent 2660f5d commit f9c46f2

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

plotille/_colors.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,30 @@
3636

3737

3838
ColorNames = Literal[
39-
"black"
40-
"red"
41-
"green"
42-
"yellow"
43-
"blue"
44-
"magenta"
45-
"cyan"
46-
"white"
47-
"bright_black"
48-
"bright_red"
49-
"bright_green"
50-
"bright_yellow"
51-
"bright_blue"
52-
"bright_magenta"
53-
"bright_cyan"
54-
"bright_white"
55-
"bright_black_old"
56-
"bright_red_old"
57-
"bright_green_old"
58-
"bright_yellow_old"
59-
"bright_blue_old"
60-
"bright_magenta_old"
61-
"bright_cyan_old"
62-
"bright_white_old"
39+
"black",
40+
"red",
41+
"green",
42+
"yellow",
43+
"blue",
44+
"magenta",
45+
"cyan",
46+
"white",
47+
"bright_black",
48+
"bright_red",
49+
"bright_green",
50+
"bright_yellow",
51+
"bright_blue",
52+
"bright_magenta",
53+
"bright_cyan",
54+
"bright_white",
55+
"bright_black_old",
56+
"bright_red_old",
57+
"bright_green_old",
58+
"bright_yellow_old",
59+
"bright_blue_old",
60+
"bright_magenta_old",
61+
"bright_cyan_old",
62+
"bright_white_old",
6363
]
6464

6565

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plotille"
3-
version = "5.2.0"
3+
version = "6.0.0"
44
description = "Plot in the terminal using braille dots."
55
authors = [{ name = "Tammo Ippen", email = "tammo.ippen@posteo.de" }]
66
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)