diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 5f538d1..e119432 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -90,7 +90,7 @@ jobs: - run: | mk python-release owner=vkottler \ - repo=yambs version=3.0.0 + repo=yambs version=3.0.1 if: | matrix.python-version == '3.11' && matrix.system == 'ubuntu-latest' diff --git a/README.md b/README.md index e6a3040..1b6720b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ===================================== generator=datazen version=3.1.4 - hash=807e0a42a738120cbe4629477dbbafe5 + hash=454db224964265a8f876fd45d5428729 ===================================== --> -# yambs ([3.0.0](https://pypi.org/project/yambs/)) +# yambs ([3.0.1](https://pypi.org/project/yambs/)) [![python](https://img.shields.io/pypi/pyversions/yambs.svg)](https://pypi.org/project/yambs/) ![Build Status](https://github.com/vkottler/yambs/workflows/Python%20Package/badge.svg) diff --git a/local/variables/package.yaml b/local/variables/package.yaml index cfbccc9..a262851 100644 --- a/local/variables/package.yaml +++ b/local/variables/package.yaml @@ -1,5 +1,5 @@ --- major: 3 minor: 0 -patch: 0 +patch: 1 entry: mbs diff --git a/pyproject.toml b/pyproject.toml index fe1249f..ca60a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "yambs" -version = "3.0.0" +version = "3.0.1" description = "Yet another meta build-system." readme = "README.md" requires-python = ">=3.11" diff --git a/yambs/__init__.py b/yambs/__init__.py index f8f6a8e..6c2c927 100644 --- a/yambs/__init__.py +++ b/yambs/__init__.py @@ -1,7 +1,7 @@ # ===================================== # generator=datazen # version=3.1.4 -# hash=eb43e10924888ea3ff0d4f7e0f7089f0 +# hash=b475fd73010de586bb8bb1e4f9f769d7 # ===================================== """ @@ -10,4 +10,4 @@ DESCRIPTION = "Yet another meta build-system." PKG_NAME = "yambs" -VERSION = "3.0.0" +VERSION = "3.0.1" diff --git a/yambs/data/native.yaml b/yambs/data/native.yaml index a10b3c5..92594ed 100644 --- a/yambs/data/native.yaml +++ b/yambs/data/native.yaml @@ -18,7 +18,8 @@ ldflag_groups: variants: debug: - cflag_groups: [asan] + # asan - manually opt-in + cflag_groups: [] opt: {}