Skip to content

Commit 0a0adae

Browse files
authored
Document development status as stable and prepare for 1.0 release (#30)
Mypy 1.0 is release is going out soon, so let's make mypy_extensions 1.0 as well.
1 parent 2874924 commit 0a0adae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '0.5.0-dev'
3+
version = '1.0.0-dev'
44
description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
55
long_description = '''
66
Mypy Extensions
@@ -11,7 +11,7 @@
1111
'''.lstrip()
1212

1313
classifiers = [
14-
'Development Status :: 2 - Pre-Alpha',
14+
'Development Status :: 5 - Production/Stable',
1515
'Environment :: Console',
1616
'Intended Audience :: Developers',
1717
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)