diff --git a/animatplot/_version.py b/animatplot/_version.py index 43745b4..ba11f96 100644 --- a/animatplot/_version.py +++ b/animatplot/_version.py @@ -1,3 +1,3 @@ -version = (0, 2, 1) +version = (0, 2, 2) info = '' __version__ = '.'.join(map(str, version))+info diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index e4142cc..3560c85 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,10 @@ Changes to animatplot ===================== +0.2.2 +----- +- Fix .animations and .blocks subpackages not being distributed properly. + 0.2.0 -----