diff options
author | xengineering <me@xengineering.eu> | 2021-10-10 12:25:07 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-10-10 12:25:07 +0200 |
commit | 599a8055e9ea594d8f9a851ad90c1e442a604819 (patch) | |
tree | 4add6a9d65fbf40aef499562b40ccd18fe2961a5 | |
parent | 553e726599edfd187b255132f7b9951734b12b38 (diff) | |
download | xbackup-599a8055e9ea594d8f9a851ad90c1e442a604819.tar xbackup-599a8055e9ea594d8f9a851ad90c1e442a604819.tar.zst xbackup-599a8055e9ea594d8f9a851ad90c1e442a604819.zip |
Raise to stable Version 1.0.01.0.0
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/setup.py | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -106,6 +106,7 @@ configuration file. (Last finished task first) +- [x] release v1.0.0 - [x] implement prune command - [x] move Arch Linux packaging to pkgbuilds repository - [x] manual backup functionality / MVP @@ -119,7 +120,6 @@ configuration file. (Highest priority first) -- [ ] release v1.0.0 - [ ] MariaDB fullbackup - [ ] backup daemon - [ ] backup transfer tool (?) 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", |