Update version to v2.1.8
This commit is contained in:
Jonathan Kim 2019-08-16 14:36:42 +01:00 committed by GitHub
parent 0808e8acb3
commit b0ee84ef1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ from .utils.resolve_only_args import resolve_only_args
from .utils.module_loading import lazy_import
VERSION = (2, 1, 7, "final", 0)
VERSION = (2, 1, 8, "final", 0)
__version__ = get_version(VERSION)