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