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