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 8b6a533 commit 9c8c5a0Copy full SHA for 9c8c5a0
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "appwrite-lab"
7
-version = "0.0.5"
+version = "0.0.6"
8
description = "Zero-click Appwrite test environments."
9
readme = "README.md"
10
requires-python = ">=3.11"
@@ -25,4 +25,4 @@ awlab = "appwrite_lab.cli.entry:app"
25
[tool.pytest.ini_options]
26
markers = [
27
"e2e: mark test as e2e",
28
-]
+]
0 commit comments