From 5cbd368b30c5680aafa7954d9225bbf4aacfd7f1 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Fri, 20 Oct 2023 01:01:56 +0900 Subject: [PATCH 1/3] =?UTF-8?q?#30=20Update=20package=20version=20(0.5.0?= =?UTF-8?q?=20=E2=86=92=200.6.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- dems/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c769f96..cdf94b3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below." title: "dems" abstract: "DESHIMA measurement set" -version: 0.5.0 +version: 0.6.0 date-released: 2023-10-16 license: "MIT" doi: "10.5281/zenodo.8151950" diff --git a/dems/__init__.py b/dems/__init__.py index 513a809..b81f8d1 100644 --- a/dems/__init__.py +++ b/dems/__init__.py @@ -1,5 +1,5 @@ __all__ = ["d1", "d2"] -__version__ = "0.5.0" +__version__ = "0.6.0" # submodules diff --git a/pyproject.toml b/pyproject.toml index 3271333..2d5dcd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dems" -version = "0.5.0" +version = "0.6.0" description = "DESHIMA measurement set" authors = ["Akio Taniguchi "] license = "MIT" From c91f96a8dbd8101fd367600c64d81ac3a6e4ab78 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Fri, 20 Oct 2023 01:02:15 +0900 Subject: [PATCH 2/3] #30 Update release date --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index cdf94b3..2e281a4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ message: "If you use this software, please cite it as below." title: "dems" abstract: "DESHIMA measurement set" version: 0.6.0 -date-released: 2023-10-16 +date-released: 2023-10-20 license: "MIT" doi: "10.5281/zenodo.8151950" url: "https://github.com/deshima-dev/dems" From 91787a5e7238e90e45a2d619806b130a614413c2 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Fri, 20 Oct 2023 01:02:51 +0900 Subject: [PATCH 3/3] =?UTF-8?q?#30=20Update=20default=20demerge=20version?= =?UTF-8?q?=20(1.0.0=20=E2=86=92=202.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dems/d2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dems/d2.py b/dems/d2.py index 5aded83..4ffe8a1 100644 --- a/dems/d2.py +++ b/dems/d2.py @@ -23,7 +23,7 @@ -2475718.801708271, ) DEMS_VERSION = __version__ -DEMERGE_VERSION = "1.0.0" +DEMERGE_VERSION = "2.0.0" @dataclass