From 37d13892eb1a13bc395fe5734f58343bdd4d6393 Mon Sep 17 00:00:00 2001 From: William Scanlon <6432770+w1ll1am23@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:16:05 +0000 Subject: [PATCH] chore: bumping version to 0.1.23 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06545dd..8c7f1a4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # Get the long description from the README file LONG_DESCRIPTION = (here / "README.md").read_text(encoding="utf-8") -VERSION = "0.1.22" +VERSION = "0.1.23" # Setting up setup(