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 4306c23 commit 1c89afcCopy full SHA for 1c89afc
mypy/version.py
@@ -1,7 +1,7 @@
1
import os
2
from mypy import git
3
4
-__version__ = '0.620+dev'
+__version__ = '0.630+dev'
5
base_version = __version__
6
7
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
0 commit comments