diff --git a/setup.py b/setup.py index 312e81b..f362b2e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as file: setup( name="tibi-hardlinks", - version="2.1", + version="2.2", description="Transform list of TitaniumBackup backups into structured hardlinks", install_requires=INSTALL_REQUIRES, author="Raphael Roberts",