We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99f43f commit bab5fb6Copy full SHA for bab5fb6
extensions/setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import setup
4
5
-version = '0.3.0'
+version = '0.4.0-dev'
6
description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
7
long_description = '''
8
Mypy Extensions
0 commit comments