We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6077d19 commit b7788fcCopy full SHA for b7788fc
mypy/version.py
@@ -8,7 +8,7 @@
8
# - Release versions have the form "0.NNN".
9
# - Dev versions have the form "0.NNN+dev" (PLUS sign to conform to PEP 440).
10
# - For 1.0 we'll switch back to 1.2.3 form.
11
-__version__ = "0.991+dev"
+__version__ = "0.991"
12
base_version = __version__
13
14
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
0 commit comments