Skip to content

Commit 90c0cf0

Browse files
authored
#28 Merge pull request from deshima-dev/astropenguin/issue26
Release v0.5.0
2 parents 20b0712 + 5b3c8d2 commit 90c0cf0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ message: "If you use this software, please cite it as below."
33

44
title: "dems"
55
abstract: "DESHIMA measurement set"
6-
version: 0.4.0
7-
date-released: 2023-07-26
6+
version: 0.5.0
7+
date-released: 2023-10-16
88
license: "MIT"
99
doi: "10.5281/zenodo.8151950"
1010
url: "https://github.com/deshima-dev/dems"

dems/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ["d1", "d2"]
2-
__version__ = "0.4.0"
2+
__version__ = "0.5.0"
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 = "dems"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "DESHIMA measurement set"
55
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
66
license = "MIT"

0 commit comments

Comments
 (0)