From 2e7f88797022e35c6cba3020894c5bc2f5ec4a84 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Fri, 24 Jun 2022 01:54:37 +0000 Subject: [PATCH] v0.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3209f0d..4b561f6 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.9.0' +version = '0.10.0' with open(path.join(here, 'README.md')) as readme_fh: readme = readme_fh.read()