Update to 0.0.3 now (#345)

We had to publish 0.0.2 to PyPi for pip reasons, so lets have the
version we push to github releases.
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bf52932..c0f1898 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -108,11 +108,11 @@
           github.event_name == 'push'
         run: |
           gh auth status
-          gh release delete v0.0.2 -y || true
+          gh release delete v0.0.3 -y || true
           NOTES="Commit: ${GITHUB_COMMIT}
           Source: ${GITHUB_REF}"
 
-          gh release create v0.0.2 \
+          gh release create v0.0.3 \
             --title "Latest version" \
             --notes "${NOTES}" \
             ./dist/*
diff --git a/sphinx_airflow_theme/README.md b/sphinx_airflow_theme/README.md
index 64ba81b..2e7e502 100644
--- a/sphinx_airflow_theme/README.md
+++ b/sphinx_airflow_theme/README.md
@@ -50,7 +50,7 @@
 
 To install the latest development version of a theme, run:
 ```
-pip install 'https://github.com/apache/airflow-site/releases/download/v0.0.2/sphinx_airflow_theme-0.0.2-py3-none-any.whl'
+pip install 'https://github.com/apache/airflow-site/releases/download/v0.0.3/sphinx_airflow_theme-0.0.3-py3-none-any.whl'
 ```
 Python packages for your PRs is available as downloadable artifact in GitHub Actions after
 the CI builds your PR.