Skip to content

Commit

Permalink
Document development status as stable and prepare for 1.0 release (#30)
Browse files Browse the repository at this point in the history
Mypy 1.0 is release is going out soon, so let's make mypy_extensions 1.0
as well.
  • Loading branch information
JukkaL authored Jan 29, 2023
1 parent 2874924 commit 0a0adae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

version = '0.5.0-dev'
version = '1.0.0-dev'
description = 'Experimental type system extensions for programs checked with the mypy typechecker.'
long_description = '''
Mypy Extensions
Expand All @@ -11,7 +11,7 @@
'''.lstrip()

classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 0a0adae

Please sign in to comment.