We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06547b commit e6c32b2Copy full SHA for e6c32b2
pyproject.toml
@@ -3,7 +3,7 @@ profile = "black"
3
4
[tool.poetry]
5
name = "cli-ui"
6
-version = "0.12.0"
+version = "0.13.0"
7
description = "Build Nice User Interfaces In The Terminal"
8
authors = ["Dimitri Merejkowsky <[email protected]>"]
9
readme = "README.rst"
tbump.toml
@@ -1,7 +1,7 @@
1
github_url = "https://github.com/dmerejkowsky/python-cli-ui"
2
[version]
-current = "0.12.0"
+current = "0.13.0"
# Example of a semver regexp.
# Make sure this matches current_version before
0 commit comments