This commit is contained in:
Fabian Dill 2020-04-25 05:49:34 +02:00
parent 37b79294be
commit 53cfc6cc0a
1 changed files with 1 additions and 1 deletions

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