Skip to content

Commit 5582fc2

Browse files
authored
#17 Merge pull request from fmlo-dev/astropenguin/issue16
Release v0.3.1
2 parents 7cc7f65 + b1121e9 commit 5582fc2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0
6+
version: 0.3.1
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.0"
3+
__version__ = "0.3.1"
44
__author__ = "Akio Taniguchi"
55

66
from . import utils

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "fmflow"
3-
version = "0.3.0"
3+
version = "0.3.1"
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"]
77
license = "MIT"
88
readme = "README.md"
9-
homepage = "https://github.com/astropenguin/fmflow/"
10-
documentation = "https://astropenguin.github.io/fmflow/"
9+
homepage = "https://github.com/fmlo-dev/fmflow/"
10+
documentation = "https://fmlo-dev.github.io/fmflow/"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.7"

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.0"
6+
assert fm.__version__ == "0.3.1"
77

88

99
def test_author():

0 commit comments

Comments
 (0)