diff --git a/README.md b/README.md index 4acf6c33f3ab..928a65e21476 100644 --- a/README.md +++ b/README.md @@ -238,8 +238,8 @@ For more on the tests, see [Test README.md](test-data/unit/README.md) Development status ------------------ -Mypy is alpha software, but it has already been used in production -for well over a year at Dropbox, and it has an extensive test suite. +Mypy is beta software, but it has already been used in production +for several years at Dropbox, and it has an extensive test suite. See [the roadmap](ROADMAP.md) if you are interested in plans for the future. diff --git a/setup.py b/setup.py index 37cb98e1070a..289c5a576424 100644 --- a/setup.py +++ b/setup.py @@ -146,7 +146,7 @@ def run(self): classifiers = [ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License',