From 40287fcb18d07c80c722dce0e23f93d5497f9b3d Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Wed, 29 Jan 2025 15:32:45 -0600 Subject: [PATCH] Version 1.0.7 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e928eb7..e2a3bcae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.7 + +- Fixed issue with `metrics` not being included in the build. + # v1.0.6 - Fixed issue with publishing to PyPI diff --git a/pyproject.toml b/pyproject.toml index 2e7c2152..59198894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ keywords = ["cosmology", "galaxies", "blending", "lsst", "simulation"] license = { file = "LICENSE" } name = "blending_toolkit" readme = "README.md" -version = "1.0.6" +version = "1.0.7" requires-python = ">=3.9,<3.13" dependencies = [ "galsim>=2.4.9",