Skip to content

Commit 268f20a

Browse files
committed
ci: fix source wording
1 parent 3a7e968 commit 268f20a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tests:
2626

2727

2828
clean-tests:
29-
@source .venv/bin/activate && \
29+
@. .venv/bin/activate && \
3030
appwrite-lab stop test-lab
3131

3232
build_twilio_shim:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "appwrite-lab"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Zero-click Appwrite test environments."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)