diff --git a/CHANGELOG.md b/CHANGELOG.md index e1204e2..5e14734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.3.0 (in development) ------------------------ +v0.2.1 (2021-10-05) +------------------- - Support Python 3.10 v0.2.0 (2021-06-30) diff --git a/src/anys/__init__.py b/src/anys/__init__.py index c065192..0261d48 100644 --- a/src/anys/__init__.py +++ b/src/anys/__init__.py @@ -46,7 +46,7 @@ Visit for more information. """ -__version__ = "0.3.0.dev1" +__version__ = "0.2.1" __author__ = "John Thorvald Wodder II" __author_email__ = "anys@varonathe.org" __license__ = "MIT"