Skip to content

Commit 4dd1d3c

Browse files
author
Guido van Rossum
committed
Move versions to post-release
1 parent 88e8ef2 commit 4dd1d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from distutils.core import setup
66

7-
version = '0.2.0'
7+
version = '0.3.0-dev'
88
description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
99
long_description = '''
1010
Mypy Extensions

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.511'
4+
__version__ = '0.520-dev'
55
base_version = __version__
66

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

0 commit comments

Comments
 (0)