File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 2022-06-30 -- `adipls` can now calculate (Γ₁,ρ) kernels
1+ v0.2.1, 2022-06-30 -- `adipls` can now calculate (Γ₁,ρ) kernels
22v0.2.0, 2022-05-19 -- add basic support for command-line plots of STARS output
33v0.1.0, 2022-03-31 -- removed old procedural functions
44 2021-06-15 -- added 'unique' option to `tomso plot --legend`
Original file line number Diff line number Diff line change 6666# built documents.
6767#
6868# The short X.Y version.
69- version = '0.2.0 '
69+ version = '0.2.1 '
7070# The full version, including alpha/beta/rc tags.
71- release = '0.2.0 '
71+ release = '0.2.1 '
7272
7373# The language for content autogenerated by Sphinx. Refer to documentation
7474# for a list of supported languages.
Original file line number Diff line number Diff line change 33setup (
44 name = 'tomso' ,
55 packages = ['tomso' ],
6- version = '0.2.0 ' ,
6+ version = '0.2.1 ' ,
77 description = 'Tools for Models of Stars and their Oscillations' ,
88 long_description = open ('README.md' ).read (),
99 long_description_content_type = 'text/markdown' ,
1010 author = 'Warrick Ball' ,
1111 author_email = 'W.H.Ball@bham.ac.uk' ,
1212 url = 'https://github.com/warrickball/tomso' ,
13- download_url = 'https://github.com/warrickball/tomso/archive/v0.2.0 .tar.gz' ,
13+ download_url = 'https://github.com/warrickball/tomso/archive/v0.2.1 .tar.gz' ,
1414 install_requires = ['numpy' ],
1515 keywords = [],
1616 scripts = ['scripts/tomso' ],
Original file line number Diff line number Diff line change 1- __version__ = "0.2.0 "
1+ __version__ = "0.2.1 "
22
33__all__ = [
44 'adipls' ,
You can’t perform that action at this time.
0 commit comments