From 750a31b5a835a825f8ca75b5de7e86b1f629f246 Mon Sep 17 00:00:00 2001 From: Boris Bergsma Date: Thu, 19 Sep 2024 12:41:12 +0200 Subject: [PATCH] release --- CHANGELOG.md | 2 ++ src/scholarag/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"