Skip to content

Commit

Permalink
#169 Update package version (2024.8.0 → 2024.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Sep 10, 2024
1 parent 231cb05 commit bdac153
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 @@ -31,5 +31,5 @@ keywords:
- spectroscopy
- deshima
license: MIT
version: 2024.8.0
version: 2024.9.0
date-released: '2024-08-06'
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 merge code for observed datasets
## Installation

```shell
pip install demerge==2024.8.0
pip install demerge==2024.9.0
```

## Command line interface
Expand Down
2 changes: 1 addition & 1 deletion demerge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["data", "demerge", "merge", "reduce"]
__version__ = "2024.8.0"
__version__ = "2024.9.0"


# standard library
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 = "demerge"
version = "2024.8.0"
version = "2024.9.0"
description = "DESHIMA merge code for observed datasets"
authors = [
"Tatsuya Takekoshi <tatsuya.takekoshi@gmail.com>",
Expand Down

0 comments on commit bdac153

Please sign in to comment.