Skip to content

Commit

Permalink
#51 Update package version (0.8.0 → 0.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Dec 4, 2023
1 parent 780e576 commit d242583
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below."

title: "dems"
abstract: "DESHIMA measurement set by DataArray"
version: 0.8.0
version: 0.9.0
date-released: 2023-11-07
license: "MIT"
doi: "10.5281/zenodo.8151950"
Expand Down
2 changes: 1 addition & 1 deletion dems/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["d1", "d2"]
__version__ = "0.8.0"
__version__ = "0.9.0"


# submodules
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dems"
version = "0.8.0"
version = "0.9.0"
description = "DESHIMA measurement set by DataArray"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
license = "MIT"
Expand Down

0 comments on commit d242583

Please sign in to comment.