From f524ebc7ca07ffac2768b8852ea63d45964463ac Mon Sep 17 00:00:00 2001 From: Cody Fincher <204685+cofin@users.noreply.github.com> Date: Sat, 25 May 2024 16:37:24 -0500 Subject: [PATCH] chore(release): bump version to `v0.3.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9bd440..e974b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ license = { text = "MIT" } name = "litestar-asyncpg" readme = "README.md" requires-python = ">=3.8" -version = "0.2.0" +version = "0.3.0" [project.urls] Changelog = "https://litestar-org.github.io/litesatr-asyncpg/latest/changelog"