diff setup.py @ 119:f19947bfd3bf 0.6.0

version update
author Goffi <goffi@goffi.org>
date Mon, 07 Dec 2015 18:58:38 +0100
parents abc0ae944030
children 33cb9a05ff84
line wrap: on
line diff
--- a/setup.py	Mon Dec 07 18:57:45 2015 +0100
+++ b/setup.py	Mon Dec 07 18:58:38 2015 +0100
@@ -12,7 +12,7 @@
 name = 'urwid_satext'
 
 setup(name=name,
-      version='0.4.1',
+      version='0.6.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)',