Skip to content

Commit 03a2bb6

Browse files
committed
Bump version on master branch to 0.550-dev
1 parent 9d10fcd commit 03a2bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from mypy import git
33

4-
__version__ = '0.540-dev'
4+
__version__ = '0.550-dev'
55
base_version = __version__
66

77
mypy_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))

0 commit comments

Comments
 (0)