From 37b7f28a0e5be8715441db30c0d4f59973b9e742 Mon Sep 17 00:00:00 2001 From: William Scanlon <6432770+w1ll1am23@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:17:13 +0000 Subject: [PATCH] chore: bumping version to 0.1.22 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 865b6fc..06545dd 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.21" +VERSION = "0.1.22" # Setting up setup(