From bbae5c040a4f210f7b2c5fb44fd248c4026b0b17 Mon Sep 17 00:00:00 2001 From: Cody Fincher <204685+cofin@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:38:08 -0600 Subject: [PATCH] chore: bump version to `v0.7.3` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4419dbfe..36e7948f 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.2" +version = "0.7.3" [project.urls] Changelog = "https://docs.advanced-alchemy.jolt.rs/latest/changelog"