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