Skip to content

Commit c689310

Browse files
committed
Bump version: 0.14.0 → 0.15.0
1 parent 12042c3 commit c689310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ max-complexity = 14
117117

118118

119119
[tool.bumpversion]
120-
current_version = "0.14.0"
120+
current_version = "0.15.0"
121121
search = "{current_version}"
122122
replace = "{new_version}"
123123
regex = false

tilebench/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Tilebench."""
22

3-
__version__ = "0.14.0"
3+
__version__ = "0.15.0"
44

55
import cProfile
66
import json

0 commit comments

Comments
 (0)