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