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"