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 d6ac24a commit 33910d8Copy full SHA for 33910d8
README.md
@@ -10,7 +10,7 @@ Coming soon.
10
11
### Quick start :
12
* `pip install git+git://github.com/Tim-ats-d/Visual-dialog` (The lib is not yet available on pypy).
13
-* Read this [examples](https://github.com/Tim-ats-d/Visual-dialog/blob/main/doc).
+* Read this [examples](https://github.com/Tim-ats-d/Visual-dialog/blob/main/doc/examples).
14
15
16
visualdialog/__init__.py
@@ -5,6 +5,6 @@
5
A librairie which provides class and functions to make easier dialog box in terminal.
6
"""
7
8
-__version__ = 0.2
+__version__ = 0.3
9
from .core import DialogBox
0 commit comments