From ea83da3cdd2664116e8dd5effb78b0531222c9a1 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sat, 21 Oct 2023 08:26:59 +0000 Subject: [PATCH 1/3] =?UTF-8?q?#77=20Update=20package=20version=20(1.0.0?= =?UTF-8?q?=20=E2=86=92=202.0.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 d5aeda3..843edba 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below." title: "decode" abstract: "DESHIMA code for data analysis" -version: 1.0.0 +version: 2.0.0 date-released: 2023-07-16 license: "MIT" doi: "10.5281/zenodo.3384216" diff --git a/README.md b/README.md index 17fa528..b247fd2 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ DESHIMA code for data analysis ## Installation ```shell -pip install decode +pip install decode==2.0.0 ``` diff --git a/decode/__init__.py b/decode/__init__.py index c434863..6b924b2 100644 --- a/decode/__init__.py +++ b/decode/__init__.py @@ -1,5 +1,5 @@ __all__ = ["io"] -__version__ = "1.0.0" +__version__ = "2.0.0" # submodules diff --git a/pyproject.toml b/pyproject.toml index f54dfc4..0ac7694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decode" -version = "1.0.0" +version = "2.0.0" description = "DESHIMA code for data analysis" authors = ["Akio Taniguchi "] keywords = [ From acf103b45d5f6cb87d0209be6fad0d055d35d637 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sat, 21 Oct 2023 08:27:43 +0000 Subject: [PATCH 2/3] #77 Update author --- CITATION.cff | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 843edba..ad7ffe7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ message: "If you use this software, please cite it as below." title: "decode" abstract: "DESHIMA code for data analysis" version: 2.0.0 -date-released: 2023-07-16 +date-released: 2023-10-21 license: "MIT" doi: "10.5281/zenodo.3384216" url: "https://github.com/deshima-dev/decode" diff --git a/docs/conf.py b/docs/conf.py index e87cc2d..dbdebfd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ # project information -author = "Akio Taniguchi" -copyright = "2018-2023 Akio Taniguchi" +author = "DESHIMA Team" +copyright = "2018-2023 DESHIMA Team" # general configuration From aea40336b607da7d7c7e286b64fc64615b435479 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sat, 21 Oct 2023 08:27:51 +0000 Subject: [PATCH 3/3] #77 Update release date --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 254c2a9..330ac41 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2023 Akio Taniguchi +Copyright (c) 2018-2023 DESHIMA Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal