From ae41b2678b0450b768cb9dfee285d9c25b969ab6 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Fri, 21 Feb 2025 11:44:46 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.67.3=20=E2=86=92=200.68.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- unidep/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38e44c3e..26bf7257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -132,7 +132,7 @@ python_version = "3.8" # 3.7 is no longer supported by mypy # Use bump-my-version, e.g., call `bump-my-version bump minor` [tool.bumpversion] -current_version = "0.67.3" +current_version = "0.68.0" commit = true commit_args = "--no-verify" tag = true diff --git a/unidep/_version.py b/unidep/_version.py index 86011917..6f69b80b 100644 --- a/unidep/_version.py +++ b/unidep/_version.py @@ -1,3 +1,3 @@ """unidep - Unified Conda and Pip requirements management.""" -__version__ = "0.67.3" +__version__ = "0.68.0"