Skip to content

Commit 28c2458

Browse files
committed
Fix maintainers section
1 parent 0b61e52 commit 28c2458

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)