From d498d1f2c8227a2c281ce923a576a8b2a1a8e28b Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Mon, 18 Jul 2022 08:53:24 +0000 Subject: [PATCH] v0.11.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af7213a..c258986 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.10.0' +version = '0.11.0' with open(path.join(here, 'README.md')) as readme_fh: readme = readme_fh.read()