Skip to content

Commit

Permalink
#61 Update package version (2024.7.0 → 2024.7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Jul 17, 2024
1 parent af0923d commit b0bdbf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 2024.7.0
version: 2024.7.1
date-released: 2024-07-11
license: "MIT"
doi: "10.5281/zenodo.8151950"
Expand Down
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 measurement set by DataArray
## Installation

```shell
pip install dems==2024.7.0
pip install dems==2024.7.1
```

## Usage
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__ = "2024.7.0"
__version__ = "2024.7.1"


# 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 = "2024.7.0"
version = "2024.7.1"
description = "DESHIMA measurement set by DataArray"
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
license = "MIT"
Expand Down

0 comments on commit b0bdbf6

Please sign in to comment.