Skip to content

Commit 21ea856

Browse files
Bump version: 0.1.0 → 0.1.1
1 parent 9090618 commit 21ea856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modelkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
warnings.simplefilter(action="ignore", category=FutureWarning)
99

1010

11-
__version__ = "0.1.0"
11+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ ignore_errors = true
160160
[tool.bumpversion]
161161
commit = true
162162
tag = true
163-
tag_name = "{new_version}"
163+
tag_name = "v{new_version}"
164164
allow_dirty = true
165165
message = "Bump version: {current_version} → {new_version}"
166166

0 commit comments

Comments
 (0)