Skip to content

Commit 06be4a8

Browse files
committed
Bump version: 1.0.1 → 1.1.0b0
1 parent d4a4cee commit 06be4a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ python_version = "3.8" # 3.7 is no longer supported by mypy
133133

134134
# Use bump-my-version, e.g., call `bump-my-version bump minor`
135135
[tool.bumpversion]
136-
current_version = "1.0.1"
136+
current_version = "1.1.0b0"
137137
commit = true
138138
commit_args = "--no-verify"
139139
tag = true

unidep/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""unidep - Unified Conda and Pip requirements management."""
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.1.0b0"

0 commit comments

Comments
 (0)