From b405aa46e055798ee0679fa7ab93f302d60b08a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Cort=C3=A9z?= Date: Thu, 15 Dec 2016 15:10:26 -0600 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",