Skip to content

Commit 8a2767c

Browse files
committed
forgot to update version
1 parent a514e73 commit 8a2767c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "rich-cli"
33
homepage = "https://github.com/Textualize/rich-cli"
4-
version = "1.5.0"
4+
version = "1.5.1"
55
description = "Command Line Interface to Rich"
66
authors = ["Will McGugan <willmcgugan@gmail.com>"]
77
license = "MIT"

src/rich_cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"toml": "toml",
3838
}
3939

40-
VERSION = "1.4.0"
40+
VERSION = "1.5.1"
4141

4242

4343
AUTO = 0

0 commit comments

Comments
 (0)