Skip to content

Commit

Permalink
#95 Update package version (0.3.1 → 0.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Dec 11, 2024
1 parent 640a25a commit 666f651
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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: "deshima-sensitivity"
abstract: "Sensitivity calculator for DESHIMA-type spectrometers"
version: 0.3.1
version: 0.3.2
date-released: 2024-12-11
license: "MIT"
doi: "10.5281/zenodo.3966839"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Click the budge below to open it in [Google colaboratory](http://colab.research.

### Stable version (recommended)

[![open stable version in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deshima-dev/deshima-sensitivity/blob/v0.3.1/sensitivity.ipynb)
[![open stable version in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deshima-dev/deshima-sensitivity/blob/v0.3.2/sensitivity.ipynb)

### Latest version

Expand All @@ -29,7 +29,7 @@ In the case of running it in a local Python environment, please follow the requi
## Requirements

- **Python:** 3.10, 3.11, 3.12, and 3.13 (tested by the authors)
- **Dependencies:** See [pyproject.toml](https://github.com/deshima-dev/deshima-sensitivity/blob/v0.3.1/pyproject.toml)
- **Dependencies:** See [pyproject.toml](https://github.com/deshima-dev/deshima-sensitivity/blob/v0.3.2/pyproject.toml)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion deshima_sensitivity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""

# flake8: noqa
__version__ = "0.3.1"
__version__ = "0.3.2"


# modules
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 = "deshima-sensitivity"
version = "0.3.1"
version = "0.3.2"
description = "Sensitivity calculator for DESHIMA-type spectrometers"
authors = [
"Akira Endo <a.endo@tudelft.nl>",
Expand Down
2 changes: 1 addition & 1 deletion sensitivity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -q \"deshima-sensitivity==0.3.1\""
"!pip install -q \"deshima-sensitivity==0.3.2\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.3.1"
assert __version__ == "0.3.2"

0 comments on commit 666f651

Please sign in to comment.