bump version

This commit is contained in:
Fabian Dill
2020-06-09 08:38:52 +02:00
parent 27901008bc
commit 142c47b90f

View File

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