We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ab6b commit b0f1ff9Copy full SHA for b0f1ff9
1 file changed
mypy/version.py
@@ -1,7 +1,7 @@
1
import os
2
from mypy import git
3
4
-__version__ = '0.4.7-dev'
+__version__ = '0.470'
5
base_version = __version__
6
7
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
0 commit comments