diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 405cf3a..b8792a5 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -75,7 +75,7 @@ jobs: - run: | mk python-release owner=vkottler \ - repo=yambs version=2.3.1 + repo=yambs version=2.3.2 if: | matrix.python-version == '3.11' && matrix.system == 'ubuntu-latest' diff --git a/README.md b/README.md index ab66bdd..dd967cf 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ===================================== generator=datazen version=3.1.2 - hash=95154b93e3567b9dbae82f0914864c00 + hash=8eb676eca3136875a167eca9db4e3a41 ===================================== --> -# yambs ([2.3.1](https://pypi.org/project/yambs/)) +# yambs ([2.3.2](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/config b/config index d794338..fe54bd7 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit d794338e91492568809aea028ab5a7a07058f801 +Subproject commit fe54bd7904feb629013ede54268ec7823f05535c diff --git a/local/variables/package.yaml b/local/variables/package.yaml index 26f09f7..613e373 100644 --- a/local/variables/package.yaml +++ b/local/variables/package.yaml @@ -1,5 +1,5 @@ --- major: 2 minor: 3 -patch: 1 +patch: 2 entry: mbs diff --git a/pyproject.toml b/pyproject.toml index 9eb8598..2b710ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "yambs" -version = "2.3.1" +version = "2.3.2" description = "Yet another meta build-system." readme = "README.md" requires-python = ">=3.11" diff --git a/yambs/__init__.py b/yambs/__init__.py index 1524386..bf808f1 100644 --- a/yambs/__init__.py +++ b/yambs/__init__.py @@ -1,7 +1,7 @@ # ===================================== # generator=datazen # version=3.1.2 -# hash=5f1c42e8ce13c1b041d9aea91093e1c8 +# hash=e60f207371d8ffcdedebf6c63f79ef2f # ===================================== """ @@ -10,4 +10,4 @@ DESCRIPTION = "Yet another meta build-system." PKG_NAME = "yambs" -VERSION = "2.3.1" +VERSION = "2.3.2"