From 848a6745c00c4ac8d15d53c22da20a42f67ce0ec Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Thu, 28 Jul 2022 03:55:22 +0000 Subject: [PATCH] v0.11.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0fa5aba..3fe7550 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.11.2' +version = '0.11.3' with open(path.join(here, 'README.md')) as readme_fh: readme = readme_fh.read()