Skip to content

Commit 4c850f8

Browse files
authored
#25 Merge pull request from deshima-dev/astropenguin/issue24
Fix list of raw datasets in README
2 parents 233f998 + 09e7512 commit 4c850f8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ repository-code: 'https://github.com/deshima-dev/rawdata/'
2020
url: 'https://pypi.org/project/deshima-rawdata/'
2121
abstract: DESHIMA raw data and downloader package
2222
license: MIT
23-
version: 2024.4.1
23+
version: 2024.4.2
2424
date-released: '2024-04-20'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ $ deshima-rawdata list
3737
| 20231108052231 | cosmos_20231108052231.tar.gz | Jupiter | raster |
3838
| 20231109015146 | cosmos_20231109015146.tar.gz | Jupiter | zscan |
3939
| 20231109060113 | cosmos_20231109060113.tar.gz | Blank sky | skydip |
40+
| 20231117042946 | cosmos_20231117042946.tar.gz | Jupiter | pswsc |

deshima_rawdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["cli", "download", "list", "version"]
2-
__version__ = "2024.4.1"
2+
__version__ = "2024.4.2"
33

44

55
# submodules

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deshima-rawdata"
3-
version = "2024.4.1"
3+
version = "2024.4.2"
44
description = "DESHIMA raw data and downloader package"
55
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
66
license = "MIT"

0 commit comments

Comments
 (0)