From 7adc9a4b095a2aa33809ce9f0e987bfc3412c5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 5 Jun 2017 21:06:02 +0200 Subject: Bump version in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c6c14c8..a4de77c 100644 --- a/setup.py +++ b/setup.py @@ -12,11 +12,11 @@ class BuildQm(build): data_files = [("share/applications/", ["share/applications/mageiasync.desktop"]), ("share/icons/hicolor/scalable/apps/", ["share/icons/mageiasync.svg"]), ("share/mageiasync/translations/",glob.glob('translations/*.qm')), - ] + ] setup( name = 'mageiasync', - version = '0.3.5', + version = '0.3.6', packages = ['mageiaSync'], scripts = ['mageiasync'], license = 'GNU General Public License v3 (GPLv3)', -- cgit v1.2.1