diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f3ce4..d147c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ + +## v0.1.0 (2024-05-04) + +### Feature + +* Initial version ([`c3d8336`](https://github.com/entelecheia/hyfi-lpg/commit/c3d83369c065b3b9ecda7414b586463c7ae0c6e7)) diff --git a/pyproject.toml b/pyproject.toml index 5a35758..a16f1fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyfi-lpg" -version = "0.0.0" +version = "0.1.0" description = "HyFI-LPG is an LLM powered gleaning tool for HyFI." authors = ["Young Joon Lee "] license = "MIT" diff --git a/src/hylpg/_version.py b/src/hylpg/_version.py index 6c8e6b9..3dc1f76 100644 --- a/src/hylpg/_version.py +++ b/src/hylpg/_version.py @@ -1 +1 @@ -__version__ = "0.0.0" +__version__ = "0.1.0"