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"