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 7668590 commit 66120a6Copy full SHA for 66120a6
docs/changelog.rst
@@ -1,7 +1,7 @@
1
Changelog
2
==========
3
4
-v0.4.1
+v0.5.0
5
------
6
7
* Export a ``Symbol`` class, to use when you do not want to force
setup.py
@@ -11,7 +11,7 @@ def get_long_description():
11
12
13
setup(name="python-cli-ui",
14
- version="0.4.0",
+ version="0.5.0",
15
description="Build Nice User Interfaces In The Terminal",
16
long_description=get_long_description(),
17
url="https://github.com/TankerApp/python-cli-ui",
0 commit comments