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