add available hint points to UI

This commit is contained in:
Fabian Dill
2020-06-15 06:30:51 +02:00
parent e11f33b589
commit 7353b489ce
4 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
__version__ = "2.3.2"
__version__ = "2.3.3"
_version_tuple = tuple(int(piece, 10) for piece in __version__.split("."))
import os