From 21d1c7ebfe2abdc45b0c5260e651064c0ec09316 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Thu, 7 Dec 2023 18:47:43 +0000 Subject: [PATCH] v0.13.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ae3344d..48fe1708 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ here = path.abspath(path.dirname(__file__)) -version = '0.13.3' +version = '0.13.4' with open(path.join(here, 'README.md')) as readme_fh: readme = readme_fh.read()