Skip to content

Commit

Permalink
Bump version: 0.13.0 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Nov 24, 2023
1 parent e0e30c0 commit 55f0f62
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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unidep.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
CondaPip = Literal["conda", "pip"]


__version__ = "0.13.0"
__version__ = "0.14.0"
__all__ = [
"find_requirements_files",
"extract_matching_platforms",
Expand Down

0 comments on commit 55f0f62

Please sign in to comment.