diff setup.py @ 72:e497bf7e3060 0.3.0

version update
author Goffi <goffi@goffi.org>
date Wed, 26 Feb 2014 15:39:38 +0100
parents 0c9e6a9cd03b
children 12b5b1435e17
line wrap: on
line diff
--- a/setup.py	Tue Feb 04 17:55:41 2014 +0100
+++ b/setup.py	Wed Feb 26 15:39:38 2014 +0100
@@ -12,7 +12,7 @@
 name = 'urwid_satext'
 
 setup(name=name,
-      version='0.2.0',
+      version='0.3.0',
       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)',