From 7625f0ca5bb7ef5944a2f1a3bf88efa705307664 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Wed, 17 Aug 2022 22:04:40 +0200 Subject: [PATCH] [CHANGED] Version set to 0.0.2 --- CHANGELOG.md | 4 ++++ example/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"