summaryrefslogtreecommitdiff
path: root/interface/interface.py
diff options
context:
space:
mode:
authorBen Connors <benconnors@outlook.com>2020-01-02 15:06:37 -0500
committerBen Connors <benconnors@outlook.com>2020-01-02 15:06:37 -0500
commit86ada880e02e41dd97834ff40eb63628beb0c0db (patch)
treebd257ab2baef48d04a79b48552dcfc720310ece9 /interface/interface.py
parente6fe414faa7b5f76866360e541f075e714948118 (diff)
State as of end of Cenci run
Diffstat (limited to 'interface/interface.py')
-rw-r--r--interface/interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/interface.py b/interface/interface.py
index 8454f63..3572bbe 100644
--- a/interface/interface.py
+++ b/interface/interface.py
@@ -32,7 +32,7 @@ def wrap_curses(f):
return curses.wrapper(lambda stdscr: f(*args, stdscr, **kwargs))
return inner
-__version__ = "v0.0.3"
+__version__ = "v0.1.0"
class Interface:
def _compute_sizes(self, height, width):