diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d2c94..ae26bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ This project is kept in version sync with the Component Registry project, see th The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. -Unreleased [0.0.1] - 2023-02-23 Added first experimental release to the PyPI + [0.0.2] - 2023-02-23 Added another experimental release to the PyPI + +[0.0.4] - 2023-02-28 +Added +another experimental release to the PyPI diff --git a/griffon/__init__.py b/griffon/__init__.py index 2a62858..4d1f60a 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -10,7 +10,7 @@ from griffon.output import console -__version__ = "0.0.2" +__version__ = "0.0.3" CORGI_API_URL = os.environ["CORGI_API_URL"] OSIDB_API_URL = os.environ["OSIDB_API_URL"]