aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
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)',