aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-05-25 12:18:39 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-05-25 12:18:39 +0200
commita3a9486e023bb7c54e2653e5fa7d56744a863485 (patch)
treec6efff50d5632dfdb7933cde974d21e151bb091b /setup.py
parenta95242c831d7b9d26110a4ccc5eacf088d5bfa7b (diff)
downloadMageiaSync-a3a9486e023bb7c54e2653e5fa7d56744a863485.tar
MageiaSync-a3a9486e023bb7c54e2653e5fa7d56744a863485.tar.gz
MageiaSync-a3a9486e023bb7c54e2653e5fa7d56744a863485.tar.bz2
MageiaSync-a3a9486e023bb7c54e2653e5fa7d56744a863485.tar.xz
MageiaSync-a3a9486e023bb7c54e2653e5fa7d56744a863485.zip
Prepare 0.3.20.3.2
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 10575ba..18efd82 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.1',
+ version = '0.3.2',
packages = ['mageiaSync'],
scripts = ['mageiasync'],
license = 'GNU General Public License v3 (GPLv3)',