From 21d60a69c5b6c5741dcbab7d87ea9fc23ee80747 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Fri, 17 Nov 2023 16:28:40 +0000 Subject: [PATCH] =?UTF-8?q?#16=20Update=20package=20version=20(2023.11.3?= =?UTF-8?q?=20=E2=86=92=202023.11.4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- deshima_rawdata/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 48ed8f8..3a05606 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below." title: "deshima-rawdata" abstract: "DESHIMA raw data and downloader package" -version: 2023.11.3 +version: 2023.11.4 date-released: 2023-11-16 license: "MIT" doi: "10.5281/zenodo.10145185" diff --git a/deshima_rawdata/__init__.py b/deshima_rawdata/__init__.py index 83c3f08..417210d 100644 --- a/deshima_rawdata/__init__.py +++ b/deshima_rawdata/__init__.py @@ -1,5 +1,5 @@ __all__ = ["cli", "download", "list"] -__version__ = "2023.11.3" +__version__ = "2023.11.4" # submodules diff --git a/pyproject.toml b/pyproject.toml index e15a8e6..7a70ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deshima-rawdata" -version = "2023.11.3" +version = "2023.11.4" description = "DESHIMA raw data and downloader package" authors = ["Akio Taniguchi "] license = "MIT"