Skip to content

Commit

Permalink
Bump version: 0.16.0 → 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Nov 26, 2023
1 parent 4b52a80 commit 69c667b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0"
current_version = "0.17.0"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion unidep.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
CondaPip = Literal["conda", "pip"]


__version__ = "0.16.0"
__version__ = "0.17.0"
__all__ = [
"find_requirements_files",
"extract_matching_platforms",
Expand Down

0 comments on commit 69c667b

Please sign in to comment.