summaryrefslogtreecommitdiff
path: root/src/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/setup.py b/src/setup.py
index 8390414..0ba6d7a 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -11,8 +11,9 @@ Configuration file for setuptools.
from distutils.core import setup
-setup(name="xbackup",
- version="0.3.0",
+setup(
+ name="xbackup",
+ version="1.0.0",
description="Convenience wrapper around the Borg backup tool",
author="xengineering",
author_email="me@xengineering.eu",