Skip to content

Commit

Permalink
Merge pull request #49 from deshima-dev/#48-release-v0.2.5
Browse files Browse the repository at this point in the history
Release v0.2.5
  • Loading branch information
astropenguin authored Sep 16, 2020
2 parents 4ef3ca3 + e76f850 commit 3ffeb6b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion deshima_sensitivity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
# flake8: noqa
__version__ = "0.2.4"
__version__ = "0.2.5"


# modules
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2.4"
version = "0.2.5"
description = "Sensitivity calculator for DESHIMA-type spectrometers"
authors = ["Akira Endo <a.endo@tudelft.nl>"]
maintainers = [
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.2.4\""
"!pip install -q \"deshima-sensitivity==0.2.5\""
]
},
{
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.2.4"
assert __version__ == "0.2.5"

0 comments on commit 3ffeb6b

Please sign in to comment.