There was an error while loading. Please reload this page.
2 parents 26c4efc + 9b39bf0 commit d77532fCopy full SHA for d77532f
1 file changed
backend/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "pyspur"
7
-version = "0.1.8"
+version = "0.1.9"
8
description = "PySpur is a Graph UI for building AI Agents in Python"
9
requires-python = ">=3.11"
10
license = "Apache-2.0"
@@ -137,5 +137,4 @@ check_untyped_defs = true
137
138
[tool.pytest.ini_options]
139
testpaths = ["tests"]
140
-python_files = ["test_*.py"]
141
-addopts = "-v --cov=pyspur --cov-report=term-missing"
+python_files = ["test_*.py"]
0 commit comments