From 0ea1b0324e88867798129b84e08bf29c099e4a38 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Thu, 14 Mar 2024 02:04:25 +0000 Subject: [PATCH] v0.15.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4495ed1..c758dbd 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.15.1' +version = '0.15.2' with open(path.join(here, 'README.md')) as readme_fh: readme = readme_fh.read()