From cac070111d340f79c35cf341b49208a53c9d19f6 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 29 Nov 2023 17:41:40 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.19.0=20=E2=86=92=200.20.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 c0a5d61b..0b4223e7 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.19.0" +current_version = "0.20.0" commit = true commit_args = "--no-verify" tag = true diff --git a/unidep.py b/unidep.py index fbc4fd2e..06186e94 100755 --- a/unidep.py +++ b/unidep.py @@ -54,7 +54,7 @@ CondaPip = Literal["conda", "pip"] -__version__ = "0.19.0" +__version__ = "0.20.0" __all__ = [ "find_requirements_files", "extract_matching_platforms",