From 74b8b82e6ce895c3915ba6e4267027059ebb4f09 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 22 Nov 2023 11:09:03 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.0=20=E2=86=92=200.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conda_join.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_join.py b/conda_join.py index 1cfe6c3c..cb85d936 100755 --- a/conda_join.py +++ b/conda_join.py @@ -33,7 +33,7 @@ ] -__version__ = "0.11.0" +__version__ = "0.12.0" PEP508_MARKERS = { diff --git a/pyproject.toml b/pyproject.toml index 6fd45dd6..decf1d7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ python_version = "3.7" # Use bump-my-version, e.g., call `bump-my-version bump minor` [tool.bumpversion] -current_version = "0.11.0" +current_version = "0.12.0" commit = true commit_args = "--no-verify" tag = true