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 9e1e9ef commit c1829d6Copy full SHA for c1829d6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.11.0
+current_version = 0.12.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
tilebench/__init__.py
@@ -1,6 +1,6 @@
"""Tilebench."""
-__version__ = "0.11.0"
+__version__ = "0.12.0"
import cProfile
6
import json
0 commit comments