diff --git a/README.md b/README.md index 52610fd..db24a13 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.4/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.5/sensitivity.ipynb) ### Latest version diff --git a/deshima_sensitivity/__init__.py b/deshima_sensitivity/__init__.py index 95ac701..a7d6adb 100644 --- a/deshima_sensitivity/__init__.py +++ b/deshima_sensitivity/__init__.py @@ -13,7 +13,7 @@ """ # flake8: noqa -__version__ = "0.2.4" +__version__ = "0.2.5" # modules diff --git a/docs/conf.py b/docs/conf.py index 0ea15a5..e259ffb 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.4" +release = "0.2.5" # General configuration diff --git a/pyproject.toml b/pyproject.toml index a1c7bd9..862a123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deshima-sensitivity" -version = "0.2.4" +version = "0.2.5" description = "Sensitivity calculator for DESHIMA-type spectrometers" authors = ["Akira Endo "] maintainers = [ diff --git a/sensitivity.ipynb b/sensitivity.ipynb index 25c7faa..6373da2 100644 --- a/sensitivity.ipynb +++ b/sensitivity.ipynb @@ -23,7 +23,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install -q \"deshima-sensitivity==0.2.4\"" + "!pip install -q \"deshima-sensitivity==0.2.5\"" ] }, { diff --git a/tests/test_package.py b/tests/test_package.py index b162381..a3aa3e1 100644 --- a/tests/test_package.py +++ b/tests/test_package.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.2.4" + assert __version__ == "0.2.5"