From 9a8326558653ba8bd6298cb4a27b42ff5a5fd787 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sat, 20 Apr 2024 16:20:07 +0000 Subject: [PATCH 1/2] #24 Fix list of raw datasets in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5abf54c..1e1366a 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,4 @@ $ deshima-rawdata list | 20231108052231 | cosmos_20231108052231.tar.gz | Jupiter | raster | | 20231109015146 | cosmos_20231109015146.tar.gz | Jupiter | zscan | | 20231109060113 | cosmos_20231109060113.tar.gz | Blank sky | skydip | +| 20231117042946 | cosmos_20231117042946.tar.gz | Jupiter | pswsc | From 09e751214ab89809e6f8ba658a6bcf43994f256c Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Sat, 20 Apr 2024 16:20:52 +0000 Subject: [PATCH 2/2] =?UTF-8?q?#24=20Update=20package=20version=20(2024.4.?= =?UTF-8?q?1=20=E2=86=92=202024.4.2)?= 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 9edb116..d79b91f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,5 +20,5 @@ repository-code: 'https://github.com/deshima-dev/rawdata/' url: 'https://pypi.org/project/deshima-rawdata/' abstract: DESHIMA raw data and downloader package license: MIT -version: 2024.4.1 +version: 2024.4.2 date-released: '2024-04-20' diff --git a/deshima_rawdata/__init__.py b/deshima_rawdata/__init__.py index 9a1bbb4..100215e 100644 --- a/deshima_rawdata/__init__.py +++ b/deshima_rawdata/__init__.py @@ -1,5 +1,5 @@ __all__ = ["cli", "download", "list", "version"] -__version__ = "2024.4.1" +__version__ = "2024.4.2" # submodules diff --git a/pyproject.toml b/pyproject.toml index ffb7f65..c4948c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deshima-rawdata" -version = "2024.4.1" +version = "2024.4.2" description = "DESHIMA raw data and downloader package" authors = ["Akio Taniguchi "] license = "MIT"