Bump version to 0.770.
diff --git a/mypy/version.py b/mypy/version.py
index 81a8cfc..a75857d 100644
--- a/mypy/version.py
+++ b/mypy/version.py
@@ -5,7 +5,7 @@
 # - Release versions have the form "0.NNN".
 # - Dev versions have the form "0.NNN+dev" (PLUS sign to conform to PEP 440).
 # - For 1.0 we'll switch back to 1.2.3 form.
-__version__ = '0.770+dev'
+__version__ = '0.770'
 base_version = __version__
 
 mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))