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 88e8ef2 commit 784c72dCopy full SHA for 784c72d
mypy/version.py
@@ -1,7 +1,7 @@
1
import os
2
from mypy import git
3
4
-__version__ = '0.511'
+__version__ = '0.520-dev'
5
base_version = __version__
6
7
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
0 commit comments