From da0117db1ba9bccffe8da2f57ec8b97f216409f0 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Wed, 5 Jul 2023 20:29:40 +0000 Subject: [PATCH] v0.13.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcc2526..c6e4fcd 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.13.0' +version = '0.13.1' with open(path.join(here, 'README.md')) as readme_fh: readme = readme_fh.read()