Skip to content

Commit e1fcab8

Browse files
authored
Move version of extensions to post-release (#3348)
1 parent 9ec8a95 commit e1fcab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)