From 3066c84e38a9fa88df5825c926040d0a951b112f Mon Sep 17 00:00:00 2001 From: William Scanlon <6432770+w1ll1am23@users.noreply.github.com> Date: Wed, 5 Apr 2023 23:39:07 +0000 Subject: [PATCH] chore: bumping version to 0.1.19 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 974ffcf..d99f50e 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.18" +VERSION = "0.1.19" # Setting up setup(