aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-05-08 18:31:30 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-05-08 18:31:30 +0200
commit7e671e4482a5956531f14748bce7b3cd919f851a (patch)
tree2b5da44a8750dbf56af6cc0620ee038c846d0605 /setup.py
parent8663ed551d28e1c1fb0bc3353c98e6c3dacd7227 (diff)
downloadMageiaSync-7e671e4482a5956531f14748bce7b3cd919f851a.tar
MageiaSync-7e671e4482a5956531f14748bce7b3cd919f851a.tar.gz
MageiaSync-7e671e4482a5956531f14748bce7b3cd919f851a.tar.bz2
MageiaSync-7e671e4482a5956531f14748bce7b3cd919f851a.tar.xz
MageiaSync-7e671e4482a5956531f14748bce7b3cd919f851a.zip
Prepare 0.3.0 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 85be1fa..686594d 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ data_files = [("share/applications/", ["share/applications/mageiasync.desktop"])
setup(
name = 'mageiasync',
- version = '0.2.1',
+ version = '0.3',
packages = ['mageiaSync'],
scripts = ['mageiasync'],
license = 'GNU General Public License v3 (GPLv3)',