Document development status as stable and prepare for 1.0 release

Mypy 1.0 is release is going out soon, so let's make mypy_extensions 1.0
as well.
1 file changed
tree: d54ac8750779547cbafe73d920fbbe20d113f829
  1. tests/
  2. .gitignore
  3. .travis.yml
  4. LICENSE
  5. MANIFEST.in
  6. mypy_extensions.py
  7. README.md
  8. setup.cfg
  9. setup.py
  10. tox.ini
README.md

Mypy Extensions

The “mypy_extensions” module defines experimental extensions to the standard “typing” module that are supported by the mypy typechecker.