From cb1db7bb8530d60ad88a69c72fd4f199e0433b6d Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Fri, 9 Aug 2024 23:31:37 +0000 Subject: [PATCH 1/2] =?UTF-8?q?#200=20Update=20package=20version=20(2024.8?= =?UTF-8?q?.1=20=E2=86=92=202024.8.2)?= 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 152287d..569c169 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: 2024.8.1 +version: 2024.8.2 date-released: 2024-08-07 license: "MIT" doi: "10.5281/zenodo.3384216" diff --git a/README.md b/README.md index 7591e66..05bbfa2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ DESHIMA code for data analysis ## Installation ```shell -pip install decode==2024.8.1 +pip install decode==2024.8.2 ``` ## Quick look diff --git a/decode/__init__.py b/decode/__init__.py index 0411a16..2d04560 100644 --- a/decode/__init__.py +++ b/decode/__init__.py @@ -10,7 +10,7 @@ "select", "utils", ] -__version__ = "2024.8.1" +__version__ = "2024.8.2" # submodules diff --git a/pyproject.toml b/pyproject.toml index a2c158d..ccb185b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decode" -version = "2024.8.1" +version = "2024.8.2" description = "DESHIMA code for data analysis" authors = [ "Akio Taniguchi ", From 39ef67992e070c27df35ba6e45e2c0d4a8d349b5 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Fri, 9 Aug 2024 23:32:08 +0000 Subject: [PATCH 2/2] #200 Update release date --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 569c169..a99547d 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: 2024.8.2 -date-released: 2024-08-07 +date-released: 2024-08-09 license: "MIT" doi: "10.5281/zenodo.3384216" url: "https://github.com/deshima-dev/decode"