From 599a8055e9ea594d8f9a851ad90c1e442a604819 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 10 Oct 2021 12:25:07 +0200 Subject: Raise to stable Version 1.0.0 --- src/setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/setup.py') 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", -- cgit v1.2.3-70-g09d2