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 3a7e968 commit 268f20aCopy full SHA for 268f20a
Makefile
@@ -26,7 +26,7 @@ tests:
26
27
28
clean-tests:
29
- @source .venv/bin/activate && \
+ @. .venv/bin/activate && \
30
appwrite-lab stop test-lab
31
32
build_twilio_shim:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "appwrite-lab"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "Zero-click Appwrite test environments."
9
readme = "README.md"
10
requires-python = ">=3.11"
0 commit comments