diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eecc57..c5d2c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,6 @@ 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 diff --git a/griffon/__init__.py b/griffon/__init__.py index 088b6de..2a62858 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -10,7 +10,7 @@ from griffon.output import console -__version__ = "0.0.1" +__version__ = "0.0.2" CORGI_API_URL = os.environ["CORGI_API_URL"] OSIDB_API_URL = os.environ["OSIDB_API_URL"]