From 15e9842b453b0a2681408e9ad8636ad79ed047d7 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Sat, 13 Jan 2024 01:13:11 +0000 Subject: [PATCH] chore: bumping version to 1.8.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7c6a25..1fd9f40 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 = "1.8.8" +VERSION = "1.8.9" # Setting up setup(