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.
2 parents bd7c2b1 + 95740dc commit 9b4331bCopy full SHA for 9b4331b
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pgserver" # Required
3
-version = "0.0.4" # Required
+version = "0.0.5" # Required
4
description = "Self-contained postgres server for your python applications" # Required
5
readme = "README.md" # Optional
6
requires-python = ">=3.8"
src/pgserver/__init__.py
@@ -1,2 +1,3 @@
from ._commands import *
-from ._utils import *
+from ._utils import *
+from ._utils import PostgresServer
src/pgserver/py.typed
0 commit comments