Skip to content

Commit

Permalink
Commit changes for v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickball committed Aug 1, 2019
1 parent e84e4b1 commit ae2773b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.0.10, 2019-05-24 -- added `prune` keyword to `mesa.load_history` to force a
v0.0.10, 2019-08-01 -- added `prune` keyword to `mesa.load_history` to force a
strictly increasing model number by only taking last
model of any given model number
-- added function to convert AMDL back into FGONG
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.0.10'
# The full version, including alpha/beta/rc tags.
release = '0.0.10a'
release = '0.0.10'

# 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.0.10a',
version = '0.0.10',
description = 'Tools for Modelling Stars and their Oscillations',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
author = 'Warrick Ball',
author_email = 'W.H.Ball@bham.ac.uk',
url = 'https://github.com/warrickball/tomso',
download_url = 'https://github.com/warrickball/tomso/archive/v0.0.10a.tar.gz',
download_url = 'https://github.com/warrickball/tomso/archive/v0.0.10.tar.gz',
install_requires=['numpy'],
keywords = [],
classifiers = [],
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.0.10a"
__version__ = "0.0.10"

__all__ = [
'adipls',
Expand Down

0 comments on commit ae2773b

Please sign in to comment.