Skip to content

Commit d6b974d

Browse files
authored
#32 Merge pull request from deshima-dev/astropenguin/issue30
Release v0.6.0
2 parents 38cffa6 + 91787a5 commit d6b974d

4 files changed

Lines changed: 5 additions & 5 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.5.0
7-
date-released: 2023-10-16
6+
version: 0.6.0
7+
date-released: 2023-10-20
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.5.0"
2+
__version__ = "0.6.0"
33

44

55
# submodules

dems/d2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
-2475718.801708271,
2424
)
2525
DEMS_VERSION = __version__
26-
DEMERGE_VERSION = "1.0.0"
26+
DEMERGE_VERSION = "2.0.0"
2727

2828

2929
@dataclass

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.5.0"
3+
version = "0.6.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)