bump version

This commit is contained in:
Fabian Dill 2020-06-09 08:38:52 +02:00
parent 27901008bc
commit 142c47b90f
1 changed files with 1 additions and 1 deletions

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