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",