From c57714ba45e4a0890dd331a3e0899d1c4ee50ab4 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Tue, 8 Dec 2020 16:11:22 +0900 Subject: [PATCH 1/2] =?UTF-8?q?#55=20Update=20package=20version=20(0.2.5?= =?UTF-8?q?=20=E2=86=92=200.2.6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- deshima_sensitivity/__init__.py | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- sensitivity.ipynb | 2 +- tests/test_package.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index db24a13..96d0845 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Click the budge below to open it in [Google colaboratory](http://colab.research. ### Stable version (recommended) -[![open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deshima-dev/deshima-sensitivity/blob/v0.2.5/sensitivity.ipynb) +[![open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deshima-dev/deshima-sensitivity/blob/v0.2.6/sensitivity.ipynb) ### Latest version diff --git a/deshima_sensitivity/__init__.py b/deshima_sensitivity/__init__.py index a7d6adb..7bbf860 100644 --- a/deshima_sensitivity/__init__.py +++ b/deshima_sensitivity/__init__.py @@ -13,7 +13,7 @@ """ # flake8: noqa -__version__ = "0.2.5" +__version__ = "0.2.6" # modules diff --git a/docs/conf.py b/docs/conf.py index e259ffb..ac27286 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,7 +2,7 @@ project = "deshima-sensitivity" copyright = "2018-2020 DESHIMA software team" author = "Akira Endo" -release = "0.2.5" +release = "0.2.6" # General configuration diff --git a/pyproject.toml b/pyproject.toml index 862a123..439727f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deshima-sensitivity" -version = "0.2.5" +version = "0.2.6" description = "Sensitivity calculator for DESHIMA-type spectrometers" authors = ["Akira Endo "] maintainers = [ diff --git a/sensitivity.ipynb b/sensitivity.ipynb index 6373da2..e6ff09d 100644 --- a/sensitivity.ipynb +++ b/sensitivity.ipynb @@ -23,7 +23,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install -q \"deshima-sensitivity==0.2.5\"" + "!pip install -q \"deshima-sensitivity==0.2.6\"" ] }, { diff --git a/tests/test_package.py b/tests/test_package.py index a3aa3e1..ec15070 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.2.5" + assert __version__ == "0.2.6" From b9dc50edc79443b00bd56c7b83b1e3c447229219 Mon Sep 17 00:00:00 2001 From: Akio Taniguchi Date: Tue, 8 Dec 2020 16:13:46 +0900 Subject: [PATCH 2/2] #55 Add Zenodo budge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96d0845..a65d55d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Python](https://img.shields.io/pypi/pyversions/deshima-sensitivity.svg?label=Python&color=yellow&style=flat-square)](https://pypi.org/pypi/deshima-sensitivity/) [![Test](https://img.shields.io/github/workflow/status/deshima-dev/deshima-sensitivity/Test?logo=github&label=Test&style=flat-square)](https://github.com/deshima-dev/deshima-sensitivity/actions) [![License](https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square)](LICENSE) +[![DOI](https://img.shields.io/badge/DOI-10.5281/zenodo.3966839-blue?style=flat-square)](https://doi.org/10.5281/zenodo.3966839) Sensitivity calculator for DESHIMA-type spectrometers