Minor fixes to file paths and log messages

This commit is contained in:
Eric Torres
2019-04-12 10:48:08 -07:00
parent cebb418be5
commit 88e5aa56d4
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ with open("README", "r") as fh:
# ========== Package Setup ==========
setuptools.setup(
name="rbackup",
version="0.2.1",
version="0.2.2",
author="Eric Torres",
author_email="erictorres4@protonmail.com",
description="An rsync-based tool for creating backups",