Skip to content

Commit

Permalink
3.2.0release (#230)
Browse files Browse the repository at this point in the history
We need to set the version in `pyproject.toml` too!  

Also, apparently `uncertainties.unumpy` was not being installed -- how
did tests pass?
  • Loading branch information
newville committed Jun 3, 2024
1 parent a4a48b3 commit 5116331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "uncertainties"
version = "3.1.7"
version = "3.2.0"
authors = [
{name = "Eric O. LEBIGOT (EOL)", email = "eric.lebigot@normalesup.org"},
]
Expand Down Expand Up @@ -50,7 +50,7 @@ classifiers = [
dependencies = []

[tool.setuptools.packages.find]
include = ["uncertainties"]
include = ["uncertainties", "uncertainties.unumpy"]
exclude = ["doc", "test"]

[project.urls]
Expand Down

0 comments on commit 5116331

Please sign in to comment.