Skip to content

Commit

Permalink
update to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickball committed May 19, 2022
1 parent 846d67f commit 5a5a0f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.2.0, 2022-05-19 -- add basic support for command-line plots of STARS output
v0.1.0, 2022-03-31 -- removed old procedural functions
2021-06-15 -- added 'unique' option to `tomso plot --legend`
2021-01-08 -- extend MESAAsteroSamples slicing to handle NumPy ints,
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = '0.2.0'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
setup(
name = 'tomso',
packages = ['tomso'],
version = '0.1.0',
version = '0.2.0',
description = 'Tools for Models of Stars and their Oscillations',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author = 'Warrick Ball',
author_email = '[email protected]',
url = 'https://github.com/warrickball/tomso',
download_url = 'https://github.com/warrickball/tomso/archive/v0.1.0.tar.gz',
download_url = 'https://github.com/warrickball/tomso/archive/v0.2.0.tar.gz',
install_requires=['numpy'],
keywords = [],
scripts = ['scripts/tomso-convert',
Expand Down
2 changes: 1 addition & 1 deletion tomso/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = [
'adipls',
Expand Down

0 comments on commit 5a5a0f3

Please sign in to comment.