diff --git a/README.rst b/README.rst index 82dcced..7dda503 100644 --- a/README.rst +++ b/README.rst @@ -53,6 +53,11 @@ Documentation Changelog --------- +* **0.11.1:** + + * Automated workflow for deploying the PyPI packages + * Wheel are now distributed on PyPI + * **0.11.0:** * Allows to build YOGA on Windows diff --git a/setup.py b/setup.py index 8bf5cfe..b050149 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def run(self): setup( name="yoga", - version="0.11.0", + version="0.11.1", description="Yummy Optimizer for Gorgeous Assets", url="https://github.com/wanadev/yoga", license="BSD-3-Clause",