aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-11-23 12:11:08 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-11-23 12:11:08 +0100
commit1581a0c31bf06c48bfa873aebf9d9dcef463fb29 (patch)
treee87c7c3281607a479348be029f4e0dbfd4c90786 /setup.py
parented24e43396a7975b918249d737cd22f2d3f1625f (diff)
downloadMageiaSync-1581a0c31bf06c48bfa873aebf9d9dcef463fb29.tar
MageiaSync-1581a0c31bf06c48bfa873aebf9d9dcef463fb29.tar.gz
MageiaSync-1581a0c31bf06c48bfa873aebf9d9dcef463fb29.tar.bz2
MageiaSync-1581a0c31bf06c48bfa873aebf9d9dcef463fb29.tar.xz
MageiaSync-1581a0c31bf06c48bfa873aebf9d9dcef463fb29.zip
Prepare 0.1.7 release
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fd03f9b..690a99e 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"])
setup(
name = 'mageiasync',
- version = '0.1.6',
+ version = '0.1.7',
packages = ['mageiaSync'],
scripts = ['mageiasync'],
license = 'GNU General Public License v3 (GPLv3)',