This commit is contained in:
Fabian Dill
2020-04-25 05:49:34 +02:00
parent 37b79294be
commit 53cfc6cc0a

View File

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