Fix incorrect method call

This commit is contained in:
Eric Torres
2019-04-12 10:43:38 -07:00
parent dc31a77a2c
commit cebb418be5
2 changed files with 2 additions and 2 deletions

View File

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