diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd2fc7..4356354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6] - 19.09.2024 + ### Fixed - Streaming with cache enabled. diff --git a/src/scholarag/__init__.py b/src/scholarag/__init__.py index 91629e4..f6d980d 100644 --- a/src/scholarag/__init__.py +++ b/src/scholarag/__init__.py @@ -1,3 +1,3 @@ """Scholarag: A pipeline for RAG on scientific articles.""" -__version__ = "0.0.5" +__version__ = "0.0.6"