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 e5224fb commit 0b61e52Copy full SHA for 0b61e52
pyproject.toml
@@ -1,10 +1,11 @@
1
[tool.poetry]
2
name = "psqlpy-piccolo"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "PSQLPy-based engine for Piccolo-orm"
5
-authors = [
6
- "chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>",
7
- "insani7y (Gurbanov Michael) <my.gurbanov@gmail.com>",
+authors = ["chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>"]
+maintainers = [
+ "Kiselev Aleksandr <chandr@chandr.net>",
8
+ "Gurbanov Michael <my.gurbanov@gmail.com>",
9
]
10
readme = "README.md"
11
keywords = [
0 commit comments