File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed
Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11# FMFlow
2+
3+ [ ![ ] ( https://img.shields.io/pypi/v/fmflow.svg?label=PyPI&style=flat-square )] ( https://pypi.org/pypi/fmflow/ )
4+ [ ![ ] ( https://img.shields.io/pypi/pyversions/fmflow.svg?label=Python&color=yellow&style=flat-square )] ( https://pypi.org/pypi/fmflow/ )
5+ [ ![ Travis] ( https://img.shields.io/travis/fmlo-dev/fmflow/master.svg?label=Travis%20CI&style=flat-square )] ( https://travis-ci.org/fmlo-dev/fmflow )
6+ [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?label=License&style=flat-square )] ( LICENSE )
7+
8+ :zap : Data analysis package for FMLO
Original file line number Diff line number Diff line change 2222author = 'Akio Taniguchi'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.2.6 '
25+ release = '0.2.7 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11# coding: utf-8
22
3- __version__ = '0.2.6 '
4- __author__ = 'astropenguin '
3+ __version__ = '0.2.7 '
4+ __author__ = 'Akio Taniguchi '
55
66from . import utils
77from .core import *
Original file line number Diff line number Diff line change 11[metadata]
22name = fmflow
3- version = 0.2.6
4- author = astropenguin
3+ version = 0.2.7
4+ author = Akio Taniguchi
55author_email = taniguchi@a.phys.nagoya-u.ac.jp
66url = https://github.com/fmlo-dev/fmflow
77description = Data analysis package for FMLO
Original file line number Diff line number Diff line change 33
44def test_version ():
55 """Make sure the version is valid."""
6- assert fm .__version__ == '0.2.6 '
6+ assert fm .__version__ == '0.2.7 '
77
88
99def test_author ():
1010 """Make sure the author is valid."""
11- assert fm .__author__ == 'astropenguin '
11+ assert fm .__author__ == 'Akio Taniguchi '
You can’t perform that action at this time.
0 commit comments