Skip to content

Commit

Permalink
Bump version: 0.61.0 → 0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Aug 19, 2024
1 parent 6bceed7 commit d27f5fb
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 @@ -132,7 +132,7 @@ python_version = "3.8" # 3.7 is no longer supported by mypy

# Use bump-my-version, e.g., call `bump-my-version bump minor`
[tool.bumpversion]
current_version = "0.61.0"
current_version = "0.62.0"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion unidep/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""unidep - Unified Conda and Pip requirements management."""

__version__ = "0.61.0"
__version__ = "0.62.0"

0 comments on commit d27f5fb

Please sign in to comment.