From d139d31e9e251bfa81d49684708d8b7c6bd9797c Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 8 May 2021 00:03:53 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",