diff --git a/CHANGELOG.md b/CHANGELOG.md index 97df0e0..021d6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.0.1 + +- update setup.py classifiers to properly define this project as status 5: Production / Stable +- update README.md with transition to `mypy` as our static type check tool + ## v2.0.0 Backwards incompatible gasp table change introduced in this release diff --git a/lib/dehinter/__init__.py b/lib/dehinter/__init__.py index f711fed..521ea1c 100644 --- a/lib/dehinter/__init__.py +++ b/lib/dehinter/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = __version__ = "2.0.0" +version = __version__ = "2.0.1"