diff --git a/setup.py b/setup.py index 632739a..de1a118 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name = "guicurses", - version = "0.3", + version = "0.4", author = "Manuel Cortez", author_email = "manuel@manuelcortez.net", description = "A set of utilities for building accessible applications with curses",