Skip to content

Commit ed85f78

Browse files
authored
#21 Merge pull request from fmlo-dev/astropenguin/issue20
Release v0.4.0
2 parents ad68593 + 18fc3a3 commit ed85f78

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: "If you use this software, please cite it as below."
33

44
title: "fmflow"
55
abstract: "Data analysis package for FMLO"
6-
version: 0.3.1
6+
version: 0.4.0
77
date-released: 2022-09-09
88
license: "MIT"
99
doi: "10.5281/zenodo.3433962"

fmflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.4.0"
44
__author__ = "Akio Taniguchi"
55

66
from . import utils

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fmflow"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Data analysis package for FMLO"
55
authors = ["Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>"]
66
keywords = ["astronomy", "radio-astronomy", "data-analysis", "fmlo"]

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def test_version():
55
"""Make sure the version is valid."""
6-
assert fm.__version__ == "0.3.1"
6+
assert fm.__version__ == "0.4.0"
77

88

99
def test_author():

0 commit comments

Comments
 (0)