We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e942b8c commit 343d659Copy full SHA for 343d659
pyproject.toml
@@ -132,7 +132,7 @@ python_version = "3.8" # 3.7 is no longer supported by mypy
132
133
# Use bump-my-version, e.g., call `bump-my-version bump minor`
134
[tool.bumpversion]
135
-current_version = "0.68.0"
+current_version = "0.69.0"
136
commit = true
137
commit_args = "--no-verify"
138
tag = true
unidep/_version.py
@@ -1,3 +1,3 @@
1
"""unidep - Unified Conda and Pip requirements management."""
2
3
-__version__ = "0.68.0"
+__version__ = "0.69.0"
0 commit comments