Skip to content

Commit

Permalink
update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Oct 9, 2024
1 parent 17f97ff commit db92328
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"
[project]
authors = [{ name = "William Hunter Patton", email = "[email protected]" }]
name = "mwatershed"
version = "0.5.1"
version = "0.5.2"
description = "A rusty mutex watershed"
readme = "README.md"

Expand All @@ -20,8 +20,9 @@ classifiers = [
'Programming Language :: Python :: 3.8',
]

[deps]
numpy = ">=1.18.0"
dependencies = [
"numpy>=1.18.0"
]

[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit db92328

Please sign in to comment.