Skip to content

Commit bf2493e

Browse files
authored
Merge pull request #229 from PySpur-Dev/chore/v0.1.10
v0.1.10
2 parents d88b987 + 685e8de commit bf2493e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyspur"
7-
version = "0.1.9"
7+
version = "0.1.10"
88
description = "PySpur is a Graph UI for building AI Agents in Python"
99
requires-python = ">=3.11"
1010
license = "Apache-2.0"
@@ -137,4 +137,4 @@ check_untyped_defs = true
137137

138138
[tool.pytest.ini_options]
139139
testpaths = ["tests"]
140-
python_files = ["test_*.py"]
140+
python_files = ["test_*.py"]

0 commit comments

Comments
 (0)