Skip to content

Commit 8f9c787

Browse files
author
Tim-ats-d
committed
Change tag version 0.1 to 0.3 in __init__.py, change required Python version to 3.6
1 parent d6ac24a commit 8f9c787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Coming soon.
1010

1111
### Quick start :
1212
* `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).
13+
* Read this [examples](https://github.com/Tim-ats-d/Visual-dialog/blob/main/doc/examples).
1414

1515

1616

visualdialog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
A librairie which provides class and functions to make easier dialog box in terminal.
66
"""
77

8-
__version__ = 0.2
8+
__version__ = 0.3
99

1010
from .core import DialogBox

0 commit comments

Comments
 (0)