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) <chandr@chandr.net>"]
5+
authors = [
6+
"chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>",
7+
"insani7y (Gurbanov Mikhail) <my.gurbanov@gmail.com>",
8+
]
69
maintainers = [
710
"Kiselev Aleksandr <chandr@chandr.net>",
8-
"Gurbanov Michael <my.gurbanov@gmail.com>",
11+
"Gurbanov Mikhail <my.gurbanov@gmail.com>",
912
]
1013
readme = "README.md"
1114
keywords = [

0 commit comments

Comments
 (0)