diff --git a/CHANGELOG.md b/CHANGELOG.md index 18dcebe..6fc1a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,3 +20,7 @@ another experimental release to the PyPI [0.0.4] - 2023-02-28 Added another experimental release to the PyPI + +[0.0.5] - 2023-02-28 +Added +another experimental release to the PyPI \ No newline at end of file diff --git a/griffon/__init__.py b/griffon/__init__.py index 3bce4b4..53f26d2 100644 --- a/griffon/__init__.py +++ b/griffon/__init__.py @@ -10,7 +10,7 @@ from griffon.output import console -__version__ = "0.0.4" +__version__ = "0.0.5" CORGI_API_URL = os.environ["CORGI_API_URL"] OSIDB_API_URL = os.environ["OSIDB_API_URL"]