diff setup.py @ 125:33cb9a05ff84 0.6.1

version update (0.6.1)
author Goffi <goffi@goffi.org>
date Tue, 12 Jul 2016 20:36:08 +0200
parents f19947bfd3bf
children 406c310e52b5
line wrap: on
line diff
--- a/setup.py	Tue Jul 12 20:23:07 2016 +0200
+++ b/setup.py	Tue Jul 12 20:36:08 2016 +0200
@@ -12,7 +12,7 @@
 name = 'urwid_satext'
 
 setup(name=name,
-      version='0.6.0',
+      version='0.6.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)',