Skip to content

Commit

Permalink
update to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickball committed Jul 11, 2022
1 parent 7aa7d62 commit 98d41e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2022-06-30 -- `adipls` can now calculate (Γ₁,ρ) kernels
v0.2.1, 2022-06-30 -- `adipls` can now calculate (Γ₁,ρ) kernels
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`
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.2.0'
version = '0.2.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.2.1'

# 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.2.0',
version = '0.2.1',
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.2.0.tar.gz',
download_url = 'https://github.com/warrickball/tomso/archive/v0.2.1.tar.gz',
install_requires=['numpy'],
keywords = [],
scripts = ['scripts/tomso'],
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.2.0"
__version__ = "0.2.1"

__all__ = [
'adipls',
Expand Down

0 comments on commit 98d41e6

Please sign in to comment.