From 1c83f64b51ea19d46557d90d4176d93c356d6d28 Mon Sep 17 00:00:00 2001 From: reqww Date: Thu, 25 Jul 2024 12:02:11 +0300 Subject: [PATCH 1/2] Add description and extend authors --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a75d67..b40f2fe 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/psqlpy?style=for-the-badge)](https://pypi.org/project/psqlpy/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/psqlpy-piccolo?style=for-the-badge)](https://pypi.org/project/psqlpy-piccolo/) # psqlpy-piccolo diff --git a/pyproject.toml b/pyproject.toml index e6dfadd..a1653b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] name = "psqlpy-piccolo" version = "0.1.0" -description = "" +description = "PSQLPy-based engine for Piccolo-orm" authors = [ "chandr-andr (Kiselev Aleksandr) ", - "insani7y (Gurbanov Mikhail) ", + "insani7y (Gurbanov Michael) ", ] readme = "README.md" keywords = [ From e5224fbdf785b898357cdb8190936313068cb32a Mon Sep 17 00:00:00 2001 From: reqww Date: Thu, 25 Jul 2024 12:02:25 +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 a1653b5..a9940c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "psqlpy-piccolo" -version = "0.1.0" +version = "0.1.1" description = "PSQLPy-based engine for Piccolo-orm" authors = [ "chandr-andr (Kiselev Aleksandr) ",