Skip to content

Commit f2eb4f9

Browse files
committed
Update pyproject.toml
1 parent e68a2ef commit f2eb4f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bicfit"
3-
version = "0.2.0"
3+
version = "0.3.3"
44
description = "General purpose exponential function fitting"
55
keywords = ["fit", "numerics"]
66
authors = [
@@ -20,9 +20,9 @@ dependencies = [
2020
requires = ["uv_build >= 0.8.17, <0.9.0"]
2121
build-backend = "uv_build"
2222

23-
[project.optional-dependencies]
23+
[dependency-groups]
2424
dev = [
25-
"ruff>=0.8",
25+
"ruff>=0.15.0",
2626
"pytest>=8.0",
2727
"pytest-ordering",
2828
"pytest-sugar",

0 commit comments

Comments
 (0)