diff setup.py @ 45:39c1448badd7

minor version update, added CHANGELOG
author Goffi <goffi@goffi.org>
date Sun, 02 Oct 2011 18:52:20 +0200
parents 8cc5970039f3
children ef768273ddba
line wrap: on
line diff
--- a/setup.py	Sun Oct 02 18:47:17 2011 +0200
+++ b/setup.py	Sun Oct 02 18:52:20 2011 +0200
@@ -12,7 +12,7 @@
 name = 'urwid_satext'
 
 setup(name=name,
-      version='0.1.0',
+      version='0.1.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)',