Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50de0cd commit 26b9c1bCopy full SHA for 26b9c1b
1 file changed
mypy/version.py
@@ -5,7 +5,7 @@
5
# - Release versions have the form "0.NNN".
6
# - Dev versions have the form "0.NNN+dev" (PLUS sign to conform to PEP 440).
7
# - For 1.0 we'll switch back to 1.2.3 form.
8
-__version__ = '0.810+dev'
+__version__ = '0.820+dev'
9
base_version = __version__
10
11
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
0 commit comments