Skip to content

Commit 9be8921

Browse files
committed
Prepare new release.
1 parent 68edb1a commit 9be8921

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

visualdialog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
"""A library to make easier dialog box in terminal."""
33

4-
__version__ = 0.7
4+
__version__ = 0.8
55
__author__ = "Timéo Arnouts"
66

77
from .box import *

visualdialog/type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
import _curses
1616

17+
1718
CursesWindow = _curses.window
1819

1920
#: curses key constants are integers or strings depending on input method used.

0 commit comments

Comments
 (0)