diff --git a/Cargo.lock b/Cargo.lock index 37df3938..2166f95e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "psqlpy" -version = "0.11.9" +version = "0.11.11" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4934089b..809d9bc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psqlpy" -version = "0.11.9" +version = "0.11.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 7d1415d1..b44e7f53 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![PyPI - Python Version](https://img.shields.io/badge/PYTHON-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue?style=for-the-badge +[![PyPI - Python Version](https://img.shields.io/badge/PYTHON-3.10_%7C_3.11_%7C_3.12_%7C_3.13_%7C_3.14-blue?style=for-the-badge )](https://pypi.org/project/psqlpy/) [![PyPI - Python Version](https://img.shields.io/badge/Tested%20On%20PostgreSQL-14%20%7C%2015%20%7C%2016%20%7C17-2be28a?style=for-the-badge )](https://pypi.org/project/psqlpy/) diff --git a/pyproject.toml b/pyproject.toml index 0077e54a..4236cc5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ keywords = [ "postgresql-driver", "python-driver", ] +readme = { file = "README.md", content-type = "text/markdown" } classifiers = [ "Typing :: Typed", "Topic :: Database",