We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de287c1 commit 2a9b8a4Copy full SHA for 2a9b8a4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.10.0
+current_version = 0.11.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
tilebench/__init__.py
@@ -1,6 +1,6 @@
"""Tilebench."""
-__version__ = "0.10.0"
+__version__ = "0.11.0"
import cProfile
6
import json
0 commit comments