We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12042c3 commit c689310Copy full SHA for c689310
pyproject.toml
@@ -117,7 +117,7 @@ max-complexity = 14
117
118
119
[tool.bumpversion]
120
-current_version = "0.14.0"
+current_version = "0.15.0"
121
search = "{current_version}"
122
replace = "{new_version}"
123
regex = false
tilebench/__init__.py
@@ -1,6 +1,6 @@
1
"""Tilebench."""
2
3
-__version__ = "0.14.0"
+__version__ = "0.15.0"
4
5
import cProfile
6
import json
0 commit comments