Skip to content

Commit 4292886

Browse files
committedSep 18, 2024·
Bump version: 0.63.1 → 0.63.2
1 parent 3458ae4 commit 4292886

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ python_version = "3.8" # 3.7 is no longer supported by mypy
132132

133133
# Use bump-my-version, e.g., call `bump-my-version bump minor`
134134
[tool.bumpversion]
135-
current_version = "0.63.1"
135+
current_version = "0.63.2"
136136
commit = true
137137
commit_args = "--no-verify"
138138
tag = true

‎unidep/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""unidep - Unified Conda and Pip requirements management."""
22

3-
__version__ = "0.63.1"
3+
__version__ = "0.63.2"

0 commit comments

Comments
 (0)
Please sign in to comment.