From 0843eefc975da41a551890abaf3ecd9bea965a7c Mon Sep 17 00:00:00 2001 From: Cody Fincher <204685+cofin@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:23:30 -0500 Subject: [PATCH] chore(release): version `v0.8.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25c45c59..7d2e9c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ license = {text = "MIT"} name = "advanced_alchemy" readme = "README.md" requires-python = ">=3.8" -version = "0.7.4" +version = "0.8.0" [project.urls] Changelog = "https://docs.advanced-alchemy.jolt.rs/latest/changelog"