diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e3b1a..07e9e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [In Development] - Unreleased + +## [0.0.2] - 2022-08-17 + ### Added - Build artifact to GitHub workflows +- `MANIFEST.in` re-added ### Changed diff --git a/example/__init__.py b/example/__init__.py index 8413b14..47b8e8a 100644 --- a/example/__init__.py +++ b/example/__init__.py @@ -1,3 +1,3 @@ """Initialize the app""" -__version__ = "0.1.0" +__version__ = "0.0.2"