From 8488adb942bb61f1b9b13db258237943f2f58704 Mon Sep 17 00:00:00 2001 From: insani7y Date: Thu, 25 Jul 2024 12:28:42 +0300 Subject: [PATCH 1/2] Remove maintainers section --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b026c40..8004d50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,6 @@ name = "psqlpy-piccolo" version = "0.1.3" description = "PSQLPy-based engine for Piccolo-orm" authors = [ - "chandr-andr (Kiselev Aleksandr) ", - "insani7y (Gurbanov Mikhail) ", -] -maintainers = [ "Kiselev Aleksandr ", "Gurbanov Mikhail ", ] From bab92514602c66ed2f14d8b1725a2117ba539b81 Mon Sep 17 00:00:00 2001 From: insani7y Date: Thu, 25 Jul 2024 12:28:49 +0300 Subject: [PATCH 2/2] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8004d50..6393181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psqlpy-piccolo" -version = "0.1.3" +version = "0.1.4" description = "PSQLPy-based engine for Piccolo-orm" authors = [ "Kiselev Aleksandr ",