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 d4a4cee commit 06be4a8Copy full SHA for 06be4a8
pyproject.toml
@@ -133,7 +133,7 @@ python_version = "3.8" # 3.7 is no longer supported by mypy
133
134
# Use bump-my-version, e.g., call `bump-my-version bump minor`
135
[tool.bumpversion]
136
-current_version = "1.0.1"
+current_version = "1.1.0b0"
137
commit = true
138
commit_args = "--no-verify"
139
tag = true
unidep/_version.py
@@ -1,3 +1,3 @@
1
"""unidep - Unified Conda and Pip requirements management."""
2
3
-__version__ = "1.0.1"
+__version__ = "1.1.0b0"
0 commit comments