Skip to content

Commit 0481606

Browse files
committed
Bump version: 0.16.0 → 0.17.0
1 parent 2ad2682 commit 0481606

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
@@ -109,7 +109,7 @@ max-complexity = 14
109109

110110

111111
[tool.bumpversion]
112-
current_version = "0.16.0"
112+
current_version = "0.17.0"
113113
search = "{current_version}"
114114
replace = "{new_version}"
115115
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.16.0"
3+
__version__ = "0.17.0"
44

55
import cProfile
66
import json

0 commit comments

Comments
 (0)