From 64895933d0a9c5ffcaddf2d689ab816fbd4cf357 Mon Sep 17 00:00:00 2001 From: jmoo2880 Date: Tue, 27 Aug 2024 16:27:58 +1000 Subject: [PATCH 1/2] bump version number for the patch --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7355768..d44dc1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyspi" -version = "1.1.0" +version = "1.1.1" authors = [ { name ="Oliver M. Cliff", email="oliver.m.cliff@gmail.com"}, ] diff --git a/setup.py b/setup.py index 6c30592..c7101f3 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ 'data/standard_normal.npy', 'data/cml7.npy']}, include_package_data=True, - version='1.1.0', + version='1.1.1', description='Library for pairwise analysis of time series data.', author='Oliver M. Cliff', author_email='oliver.m.cliff@gmail.com', From 693f8052e7a01c5f99ff4d4539b998f007376af1 Mon Sep 17 00:00:00 2001 From: jmoo2880 Date: Tue, 27 Aug 2024 16:32:16 +1000 Subject: [PATCH 2/2] update security supported versions --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 9e31b7b..5cddbcc 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -14,5 +14,5 @@ currently being supported with security updates. | Version | Supported | | ------- | ------------------ | | 1.1.0 | :white_check_mark: | - +| 1.1.1 | :white_check_mark: |