Skip to content

Commit f71cd63

Browse files
committed
#22 Update package version (2024.4.0 → 2024.4.1)
1 parent 2e4f960 commit f71cd63

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.0
23+
version: 2024.4.1
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.0"
2+
__version__ = "2024.4.1"
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.0"
3+
version = "2024.4.1"
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)