From c7b4714e1f5e3cb8f3fec7426b6538fe1a3dcab1 Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Mon, 26 Sep 2022 15:43:50 +0100 Subject: [PATCH] Update version to 0.981 There have changes pushed to the branch since the version was updated to 0.980. By updating the version we'll get a new set of wheels built. --- mypy/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy/version.py b/mypy/version.py index 1b857656dd75..e525745014cf 100644 --- a/mypy/version.py +++ b/mypy/version.py @@ -8,7 +8,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.980" +__version__ = "0.981" base_version = __version__ mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))