From 8625ac707149574426099d1feb961f8205899799 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 22 Aug 2024 20:24:45 +0000 Subject: [PATCH] 0.4.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ src/app/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4dd176..4b452dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.4.1 (2024-08-22) + +### Fix + +* fix: trigger release to update __init__.py ([`3a29b6d`](https://github.com/mbari-org/fastapi-tator/commit/3a29b6d1c9be805d9ca65feca84b7f467ed5d5e3)) + ## v0.4.0 (2024-08-13) ### Feature diff --git a/src/app/__init__.py b/src/app/__init__.py index ac80a8b..2ce574d 100644 --- a/src/app/__init__.py +++ b/src/app/__init__.py @@ -1,2 +1,2 @@ # src/app/__init__.py -__version__ = "1.8.0" \ No newline at end of file +__version__ = "0.4.1" \ No newline at end of file