From a35aa9046e1d29a864d4b0a377a6bd7173c487fc Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Sun, 7 Jan 2024 08:00:21 +0000 Subject: [PATCH] v0.14.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c739d45..1ea70c2 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ from setuptools import setup, find_packages here = path.abspath(path.dirname(__file__)) -version = '0.14.2' +version = '0.14.3' with open(path.join(here, 'README.md')) as readme_fh: readme = readme_fh.read()