v0.9.0-beta1

This commit is contained in:
Fabien LOISON 2018-02-19 16:10:09 +01:00
parent b3ac0833dc
commit 5dfa7c26e3
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
2 changed files with 8 additions and 1 deletions

View File

@ -32,3 +32,10 @@ Convert and optimize a 3D model from CLI::
.. _Guetzli: https://github.com/google/guetzli
.. _Zopflipng: https://github.com/google/zopfli
.. _assimp: https://github.com/assimp/assimp
Changelog
---------
* **0.9.0-beta1:** First release (only GLB output for models, no image auto
output format)

View File

@ -25,7 +25,7 @@ if os.path.isfile("README.rst"):
setup(
name="yoga",
version="0.0.0",
version="0.9.0-beta1",
description="Yummy Optimizer for Gorgeous Assets",
url="https://github.com/wanadev/yoga",
license="BSD-3-Clause",