From c5b96c23cb89fde6e447d3a7e67ac57060a5e7bf Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Tue, 28 Nov 2023 12:18:12 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.17.0=20=E2=86=92=200.18.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- unidep.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d6b86fd..a41b3c0f 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.17.0" +current_version = "0.18.0" commit = true commit_args = "--no-verify" tag = true diff --git a/unidep.py b/unidep.py index b0211393..2acb579e 100755 --- a/unidep.py +++ b/unidep.py @@ -41,7 +41,7 @@ CondaPip = Literal["conda", "pip"] -__version__ = "0.17.0" +__version__ = "0.18.0" __all__ = [ "find_requirements_files", "extract_matching_platforms",