diff --git a/doc/whats-new.rst b/doc/whats-new.rst index cc7f0f1..2195c43 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -5,11 +5,10 @@ What's New .. _whats-new.0.2.1: -v0.2.1 (Unreleased) +v0.2.1 (2019-05-01) ------------------- - Make package discoverable by mypy -- Work around readthedocs build failure - A more robust fix for `dask#4739 `_ diff --git a/setup.py b/setup.py index 331a39f..7b044f8 100644 --- a/setup.py +++ b/setup.py @@ -7,8 +7,8 @@ MAJOR = 0 MINOR = 2 -MICRO = 0 -ISRELEASED = False +MICRO = 1 +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) QUALIFIER = '' DISTNAME = 'pyscenarios'