From ffc18df8f462f548fdc05c3a1bfa44785f01d514 Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Tue, 8 Jun 2021 22:20:00 +0100 Subject: [PATCH] Bump version to 0.901 --- mypy/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy/version.py b/mypy/version.py index 65ceff76e06f..3976c60f50a2 100644 --- a/mypy/version.py +++ b/mypy/version.py @@ -5,7 +5,7 @@ # - Release versions have the form "0.NNN". # - Dev versions have the form "0.NNN+dev" (PLUS sign to conform to PEP 440). # - For 1.0 we'll switch back to 1.2.3 form. -__version__ = '0.900' +__version__ = '0.901' base_version = __version__ mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))