diff --git a/CHANGES.rst b/CHANGES.rst index 7e46d64..56c4c20 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -0.0.5 (????-??-??) +0.0.5 (2024-01-24) ------------------ - added flag `-b/--force_batch` to the `llm-convert` tool which all data to be reader from the diff --git a/setup.py b/setup.py index 2dd98ab..9fe5bee 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def _read(f): "pyyaml", "wai.logging", ], - version="0.0.4", + version="0.0.5", author='Peter Reutemann', author_email='fracpete@waikato.ac.nz', entry_points={