Skip to content

Commit 5444c26

Browse files
committed
Bumped version to 0.1.4
1 parent fa04dd7 commit 5444c26

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "psqlpy"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
]
2727
authors = [{ email = "askiselev00@gmail.com" }, { name = "Kiselev Aleksandr" }]
2828
maintainers = [{ name = "Kiselev Aleksandr", email = "askiselev00@gmail.com" }]
29+
description = "Async PostgreSQL driver for Python written in Rust"
2930
dynamic = ["version"]
3031

3132
[tool.maturin]

0 commit comments

Comments
 (0)