Skip to content

Commit

Permalink
Bump version: 0.67.3 → 0.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Feb 21, 2025
1 parent a0186ca commit ae41b26
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.67.3"
current_version = "0.68.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.67.3"
__version__ = "0.68.0"

0 comments on commit ae41b26

Please sign in to comment.