Skip to content

Commit 6973bc0

Browse files
committed
Bump version: 0.12.1 → 0.13.0
1 parent c3a9155 commit 6973bc0

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
@@ -116,7 +116,7 @@ max-complexity = 14
116116

117117

118118
[tool.bumpversion]
119-
current_version = "0.12.1"
119+
current_version = "0.13.0"
120120
search = "{current_version}"
121121
replace = "{new_version}"
122122
regex = false

tilebench/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Tilebench."""
22

3-
__version__ = "0.12.1"
3+
__version__ = "0.13.0"
44

55
import cProfile
66
import json

0 commit comments

Comments
 (0)