From cc3d7b1906d6f8049c12072ea38438238b22cbba Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Tue, 19 Sep 2023 22:25:25 -0400 Subject: [PATCH] Updating version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54305f7..61cf854 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "transpose" -version = "2.2.0" +version = "2.2.1" description = "Move and symlink a path to a central location" authors = ["Ryan Reed"] license = "GPLv3"