From 9b7738136ade2f309513fed35374d6df886ce7fe Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sat, 6 Jul 2024 12:20:41 +0000 Subject: [PATCH] =?UTF-8?q?#164=20Update=20package=20version=20(2.14.0=20?= =?UTF-8?q?=E2=86=92=202.14.1)?= 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 9b010cc..dec1be5 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.14.0 +version: 2.14.1 date-released: 2024-07-06 license: "MIT" doi: "10.5281/zenodo.3384216" diff --git a/README.md b/README.md index b8d9fd1..0fcfbf6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ DESHIMA code for data analysis ## Installation ```shell -pip install decode==2.14.0 +pip install decode==2.14.1 ``` ## Quick look diff --git a/decode/__init__.py b/decode/__init__.py index 7ffd9c6..a88eeab 100644 --- a/decode/__init__.py +++ b/decode/__init__.py @@ -10,7 +10,7 @@ "select", "utils", ] -__version__ = "2.14.0" +__version__ = "2.14.1" # submodules diff --git a/pyproject.toml b/pyproject.toml index f6b00a8..b0d789d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decode" -version = "2.14.0" +version = "2.14.1" description = "DESHIMA code for data analysis" authors = [ "Akio Taniguchi ",