Allow just updating sprites and remove old alternate sprite folder

This commit is contained in:
Fabian Dill
2020-11-11 13:45:21 +01:00
parent 8060aa7884
commit 033307cfc9
3 changed files with 111 additions and 108 deletions

View File

@@ -6,7 +6,7 @@ def tuplize_version(version: str) -> typing.Tuple[int, ...]:
return tuple(int(piece, 10) for piece in version.split("."))
__version__ = "3.3.2"
__version__ = "3.3.3"
_version_tuple = tuplize_version(__version__)
import os