diff setup.py @ 104:abc0ae944030 0.4.1

new minor release to fix installation on pypi
author Goffi <goffi@goffi.org>
date Mon, 15 Sep 2014 13:23:36 +0200
parents ba19778eabf2
children f19947bfd3bf
line wrap: on
line diff
--- a/setup.py	Mon Sep 15 13:20:01 2014 +0200
+++ b/setup.py	Mon Sep 15 13:23:36 2014 +0200
@@ -12,7 +12,7 @@
 name = 'urwid_satext'
 
 setup(name=name,
-      version='0.4.0',
+      version='0.4.1',
       description=u'SàT extension widgets for Urwid',
       long_description=u'Urwid SàT extension widgets is a set of widgets for the console user interface library Urwid (http://excess.org/urwid/). This library, originaly made for the SàT project, was eventually separated so other softwares can use it. Widgets provided include password text box, tab container, dialogs, file chooser etc. Feel free to go to the project page for more informations.',
       author='Goffi (Jérôme Poisson)',