changeset 2003:b075c5a576ef 0.6.1

installation (setup.py): changed version to 0.6.1.1 so new archive with fixed MANIFEST can be uploaded on pypi
author Goffi <goffi@goffi.org>
date Wed, 13 Jul 2016 11:01:07 +0200
parents 04f164c1e19f
children 99ec7b66daa9
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Jul 13 10:46:05 2016 +0200
+++ b/setup.py	Wed Jul 13 11:01:07 2016 +0200
@@ -279,7 +279,7 @@
         preinstall_check(install_opt)
 
 setup(name=NAME,
-      version='0.6.1',
+      version='0.6.1.1',
       description=u'Salut à Toi multi-frontend XMPP client',
       long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. Its multi-frontends (desktop, web, console interface, CLI, etc) and multi-purposes (instant messaging, microblogging, games, file sharing, etc).',
       author='Association « Salut à Toi »',