diff --git a/pyproject.toml b/pyproject.toml index 9a86fef0..695962ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ python_version = "3.7" # Use bump-my-version, e.g., call `bump-my-version bump minor` [tool.bumpversion] -current_version = "0.13.0" +current_version = "0.14.0" commit = true commit_args = "--no-verify" tag = true diff --git a/unidep.py b/unidep.py index 8b8dfba0..d129ec5b 100755 --- a/unidep.py +++ b/unidep.py @@ -37,7 +37,7 @@ CondaPip = Literal["conda", "pip"] -__version__ = "0.13.0" +__version__ = "0.14.0" __all__ = [ "find_requirements_files", "extract_matching_platforms",