Bump version to 2.5.0

Skipping 2.4.1 as the update became heavier on content than expected
This commit is contained in:
Fabian Dill 2020-08-01 17:10:45 +02:00
parent 2eea9b913c
commit 2eefb566ef
1 changed files with 1 additions and 1 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__ = "2.4.1"
__version__ = "2.5.0"
_version_tuple = tuplize_version(__version__)
import os