Skip to content

Commit

Permalink
Update status
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed May 1, 2019
1 parent 39f444f commit d29d58b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -19,7 +19,7 @@
:alt: Latest PyPI Release


**Development status: Alpha**
**Development status: Beta**

Typeit
------
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart_guide.rst
Expand Up @@ -4,11 +4,11 @@ Quickstart Guide

.. CAUTION::

The project is in an early development status, and a few public
The project is in a beta development status, and a few public
APIs may change in a backward-incompatible manner.


``typeit`` supports Python 3.7+.
``typeit`` supports Python 3.6+.


Installation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def requirements(at_path: Path):
description='typeit brings typed data into your project',
long_description=README,
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit d29d58b

Please sign in to comment.