From 35f2b573832944b7e233d53c5ae4019641ef742c Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Mon, 23 Sep 2024 22:54:58 +0000 Subject: [PATCH] chore: bumping version to 1.9.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66154af..d8232cf 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.9.4" +VERSION = "1.9.5" # Setting up setup(