File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.2.1 "
2- __author__ = "astropenguin "
1+ __version__ = "0.2.2 "
2+ __author__ = "Akio Taniguchi "
33
44
55# ignore FutureWarning
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ndradex"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " Python package for RADEX grid calculation"
55authors = [" Akio Taniguchi <taniguchi@a.phys.nagoya-u.ac.jp>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 11[metadata]
22name = ndradex
3- version = 0.2.1
3+ version = 0.2.2
44author = astropenguin
55author_email = taniguchi@a.phys.nagoya-u.ac.jp
66url = https://github.com/astropenguin/ndradex
Original file line number Diff line number Diff line change 1+ # dependencies
2+ import ndradex
3+
4+
5+ # test functions
6+ def test_version ():
7+ """Make sure the version is valid."""
8+ assert ndradex .__version__ == "0.2.2"
9+
10+
11+ def test_author ():
12+ """Make sure the author is valid."""
13+ assert ndradex .__author__ == "Akio Taniguchi"
You can’t perform that action at this time.
0 commit comments