Skip to content

Commit 3d94dd0

Browse files
Bump version: 0.0.10 → 0.0.11
1 parent 5216328 commit 3d94dd0

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
@@ -246,7 +246,7 @@ select = [
246246
allow_dirty = false
247247
commit = true
248248
commit_args = ""
249-
current_version = "0.0.10"
249+
current_version = "0.0.11"
250250
ignore_missing_version = false
251251
message = "Bump version: {current_version} → {new_version}"
252252
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.10"
1+
__version__ = "0.0.11"

0 commit comments

Comments
 (0)