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