From e7a2d1d3c90104a4d76a823b3a2f13f3f28cd88e Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Wed, 8 Nov 2023 17:47:10 +0000 Subject: [PATCH 1/2] =?UTF-8?q?#122=20Update=20package=20version=20(2.5.4?= =?UTF-8?q?=20=E2=86=92=202.6.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- README.md | 2 +- decode/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 7875f3a..8fbebec 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below." title: "de:code" abstract: "DESHIMA code for data analysis" -version: 2.5.4 +version: 2.6.0 date-released: 2023-11-07 license: "MIT" doi: "10.5281/zenodo.3384216" diff --git a/README.md b/README.md index 545651d..40e189c 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ DESHIMA code for data analysis ## Installation ```shell -pip install decode==2.5.4 +pip install decode==2.6.0 ``` diff --git a/decode/__init__.py b/decode/__init__.py index 38eefdf..af6127a 100644 --- a/decode/__init__.py +++ b/decode/__init__.py @@ -8,7 +8,7 @@ "plot", "select", ] -__version__ = "2.5.4" +__version__ = "2.6.0" # submodules diff --git a/pyproject.toml b/pyproject.toml index 445929c..725c1b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decode" -version = "2.5.4" +version = "2.6.0" description = "DESHIMA code for data analysis" authors = ["Akio Taniguchi "] keywords = [ From f59b57a91ee4718629b791b8c11753e0520ffa59 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Wed, 8 Nov 2023 17:47:34 +0000 Subject: [PATCH 2/2] #122 Update release date --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 8fbebec..159e0af 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ message: "If you use this software, please cite it as below." title: "de:code" abstract: "DESHIMA code for data analysis" version: 2.6.0 -date-released: 2023-11-07 +date-released: 2023-11-08 license: "MIT" doi: "10.5281/zenodo.3384216" url: "https://github.com/deshima-dev/decode"