Skip to content

Commit 83396c6

Browse files
committed
#11 Update package version (2023.11.1 → 2023.11.2)
1 parent 76883d1 commit 83396c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1
6+
version: 2023.11.2
77
date-released: 2023-11-16
88
license: "MIT"
99
url: "https://github.com/deshima-dev/rawdata"

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"]
2-
__version__ = "2023.11.1"
2+
__version__ = "2023.11.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 = "2023.11.1"
3+
version = "2023.11.2"
44
description = "DESHIMA raw data and downloader package"
55
authors = ["Akio Taniguchi <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)