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 61d2e44 commit 5a36747Copy full SHA for 5a36747
setup.py
@@ -11,7 +11,7 @@ def get_long_description():
11
12
13
setup(name="python-cli-ui",
14
- version="0.7.2",
+ version="0.7.3",
15
description="Build Nice User Interfaces In The Terminal",
16
long_description=get_long_description(),
17
url="https://github.com/TankerHQ/python-cli-ui",
tbump.toml
@@ -1,5 +1,5 @@
1
[version]
2
-current = "0.7.2"
+current = "0.7.3"
3
4
# Example of a semver regexp.
5
# Make sure this matches current_version before
0 commit comments