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