v1.2.0.post2

This commit is contained in:
Fabien LOISON 2022-06-27 17:34:04 +02:00
parent 4b46e9c5fe
commit 818f40a386
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: "Build and Publish Python Packages"
on:
push:
tags: "v[0-9]+.[0-9]+.[0-9]+"
tags: "v[0-9]+.[0-9]+.[0-9]+(.post[0-9]+)?"
jobs:

View File

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