Skip to content

Commit

Permalink
Merge pull request #156 from deshima-dev/astropenguin/issue155
Browse files Browse the repository at this point in the history
Release v2.12.0
  • Loading branch information
astropenguin authored Jun 11, 2024
2 parents 10f0d6f + b6766f3 commit 67884d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ message: "If you use this software, please cite it as below."

title: "de:code"
abstract: "DESHIMA code for data analysis"
version: 2.11.0
date-released: 2023-12-07
version: 2.12.0
date-released: 2024-06-11
license: "MIT"
doi: "10.5281/zenodo.3384216"
url: "https://github.com/deshima-dev/decode"
Expand All @@ -13,3 +13,6 @@ authors:
family-names: "Taniguchi"
affiliation: "Nagoya University"
orcid: "https://orcid.org/0000-0002-9695-6183"
- given-names: "Juri"
family-names: "Yamanaka"
affiliation: "Nagoya University"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DESHIMA code for data analysis
## Installation

```shell
pip install decode==2.11.0
pip install decode==2.12.0
```

## Quick look
Expand Down
2 changes: 1 addition & 1 deletion decode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"select",
"utils",
]
__version__ = "2.11.0"
__version__ = "2.12.0"


# submodules
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[tool.poetry]
name = "decode"
version = "2.11.0"
version = "2.12.0"
description = "DESHIMA code for data analysis"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
authors = [
"Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>",
"Juri Yamanaka <j.yamanaka@a.phys.nagoya-u.ac.jp>",
]
keywords = [
"astronomy",
"data-analysis",
Expand Down

0 comments on commit 67884d1

Please sign in to comment.