aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-12-18 19:48:58 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-12-18 19:48:58 +0100
commit7f32a974bf7152cccd01c27bcec4f93880cf47e6 (patch)
tree03c1ca810dbc89ac7f139a09c773c8491777f140 /setup.py
parentb9ea3c2c399d99b9e0207c2f7824d4188017a123 (diff)
downloadMageiaSync-7f32a974bf7152cccd01c27bcec4f93880cf47e6.tar
MageiaSync-7f32a974bf7152cccd01c27bcec4f93880cf47e6.tar.gz
MageiaSync-7f32a974bf7152cccd01c27bcec4f93880cf47e6.tar.bz2
MageiaSync-7f32a974bf7152cccd01c27bcec4f93880cf47e6.tar.xz
MageiaSync-7f32a974bf7152cccd01c27bcec4f93880cf47e6.zip
Prepare 0.3.4
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 0682320..dd3ed2c 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"])
setup(
name = 'mageiasync',
- version = '0.3.3',
+ version = '0.3.4',
packages = ['mageiaSync'],
scripts = ['mageiasync'],
license = 'GNU General Public License v3 (GPLv3)',