From 6cb4c923eae4851dd85975e22182a14daacc421a Mon Sep 17 00:00:00 2001 From: daviddavid Date: Tue, 10 May 2016 12:38:24 +0200 Subject: fix version in setup.py - update also README --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 650ef64..9afffaa 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Requirements - python3-qt5-core - python3-qt5-widgets - python3-qt5-gui +- python3-gnupg - python3-sip - subprocess - rsync diff --git a/setup.py b/setup.py index 686594d..efa486c 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', + version = '0.3.0', packages = ['mageiaSync'], scripts = ['mageiasync'], license = 'GNU General Public License v3 (GPLv3)', -- cgit v1.2.1