From 74c0eeb1d988a26973ef81727b9526c92889e75c Mon Sep 17 00:00:00 2001 From: EmilieDel <47669575+EmilieDel@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:38:07 +0200 Subject: [PATCH] Add new tag v0.0.5 (#7) --- CHANGELOG.md | 2 ++ src/scholarag/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a7b94..9cb0f5f 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] +## [v0.0.5] + ### Changed - Put SSL certification for OS in the application by default. diff --git a/src/scholarag/__init__.py b/src/scholarag/__init__.py index 6e5eca9..91629e4 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.4" +__version__ = "0.0.5"