From ffd83c9c8e7b42ebd754fa052c8e686e9bb95956 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 18 Sep 2024 13:47:23 +0000 Subject: [PATCH] 0.0.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2cc2f..3224e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.0.5 (2024-09-18) + +### Chore + +* chore: Add src directory to Python path in streamlit_app.py ([`22d425c`](https://github.com/turboflo/horizon-scope/commit/22d425c113ff33fee06d727acc7a589c01a0b0a2)) + ## v0.0.4 (2024-09-18) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 669dc05..36c28d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "horizon-scope" -version = "0.0.4" +version = "0.0.5" description = "" authors = ["Florian Hegenbarth "] readme = "README.md"