We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b61e52 commit 28c2458Copy full SHA for 28c2458
pyproject.toml
@@ -1,11 +1,14 @@
1
[tool.poetry]
2
name = "psqlpy-piccolo"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "PSQLPy-based engine for Piccolo-orm"
5
-authors = ["chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>"]
+authors = [
6
+ "chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>",
7
+ "insani7y (Gurbanov Mikhail) <my.gurbanov@gmail.com>",
8
+]
9
maintainers = [
10
"Kiselev Aleksandr <chandr@chandr.net>",
- "Gurbanov Michael <my.gurbanov@gmail.com>",
11
+ "Gurbanov Mikhail <my.gurbanov@gmail.com>",
12
]
13
readme = "README.md"
14
keywords = [
0 commit comments