Skip to content

Commit b742dfc

Browse files
committed
#18 Update package version (2023.11.4 → 2023.11.5)
1 parent 72ca498 commit b742dfc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below."
33

44
title: "deshima-rawdata"
55
abstract: "DESHIMA raw data and downloader package"
6-
version: 2023.11.4
6+
version: 2023.11.5
77
date-released: 2023-11-17
88
license: "MIT"
99
doi: "10.5281/zenodo.10145185"

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__ = "2023.11.4"
2+
__version__ = "2023.11.5"
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 = "2023.11.4"
3+
version = "2023.11.5"
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)