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/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 | 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"