We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2874924 commit 0a0adaeCopy full SHA for 0a0adae
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup
2
3
-version = '0.5.0-dev'
+version = '1.0.0-dev'
4
description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
5
long_description = '''
6
Mypy Extensions
@@ -11,7 +11,7 @@
11
'''.lstrip()
12
13
classifiers = [
14
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 5 - Production/Stable',
15
'Environment :: Console',
16
'Intended Audience :: Developers',
17
'License :: OSI Approved :: MIT License',
0 commit comments