From 6dd80e1ec1a60cb005d8755d0a39c3bb71a9cd40 Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Sun, 2 Jun 2024 15:05:40 -0500 Subject: [PATCH 1/2] version 3.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10479bf4..75324dbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}, ] From fb6f1508e2a9d83ad525aa86eb6508edcfc4c84c Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Sun, 2 Jun 2024 15:24:15 -0500 Subject: [PATCH 2/2] need to install uncertainities.unumpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75324dbe..39636c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ classifiers = [ dependencies = [] [tool.setuptools.packages.find] -include = ["uncertainties"] +include = ["uncertainties", "uncertainties.unumpy"] exclude = ["doc", "test"] [project.urls]