Update version to v0.15.6

I forgot I have to manually do it in this repo.
This commit is contained in:
Salad Dais
2025-04-18 04:33:00 +00:00
parent 3149d3610f
commit 6dafe32f6a

View File

@@ -25,7 +25,7 @@ from setuptools import setup, find_packages
here = path.abspath(path.dirname(__file__))
version = '0.15.2'
version = '0.15.6'
with open(path.join(here, 'README.md')) as readme_fh:
readme = readme_fh.read()