aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files 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)',