Skip to content

Commit 0b61e52

Browse files
committed
Fix maintainers section
1 parent e5224fb commit 0b61e52

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool.poetry]
22
name = "psqlpy-piccolo"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "PSQLPy-based engine for Piccolo-orm"
5-
authors = [
6-
"chandr-andr (Kiselev Aleksandr) <[email protected]>",
7-
"insani7y (Gurbanov Michael) <[email protected]>",
5+
authors = ["chandr-andr (Kiselev Aleksandr) <[email protected]>"]
6+
maintainers = [
7+
"Kiselev Aleksandr <[email protected]>",
8+
"Gurbanov Michael <[email protected]>",
89
]
910
readme = "README.md"
1011
keywords = [

0 commit comments

Comments
 (0)