diff --git a/setup.py b/setup.py index bc89b8a..ed94ea3 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open("README", "r") as fh: # ========== Package Setup ========== setuptools.setup( name="rbackup", - version="0.2.2", + version="0.3", author="Eric Torres", author_email="erictorres4@protonmail.com", description="An rsync-based tool for creating backups",