Skip to content

Commit 09e7512

Browse files
committed
#24 Update package version (2024.4.1 → 2024.4.2)
1 parent 9a83265 commit 09e7512

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
@@ -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'

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)