diff --git a/setup.py b/setup.py index 0f92cf2..b6ec56c 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.4.1", + version="0.5", author="Eric Torres", author_email="erictorres4@protonmail.com", description="An rsync-based tool for creating backups",