From 625507010d205c75feba390a86ae95e9d2fe5297 Mon Sep 17 00:00:00 2001 From: Dan McKinley Date: Mon, 29 Jul 2024 13:01:52 -0700 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c383412..5d6940d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pugsql" -version = "0.3.0" +version = "0.3.1" description = "PugSQL is an anti-ORM that facilitates interacting with databases using SQL in files." authors = ["Dan McKinley "] license = "Apache-2.0"