Skip to content

Commit

Permalink
New release (v0.0.8) so I can use gzip features on BlueBEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickball committed Sep 21, 2018
1 parent 61593e4 commit 05fe234
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v0.0.8, 2018-09-xx -- Some functions now automagically read gzipped files ending `.gz.`.
`fgong_` and `amdl_get` now return single keys in the same form as requested.
v0.0.7, 2018-05-30 -- Improvements to GYRE file manipulation.
v0.0.6, 2018-05-03 -- Renamed IO module to FGONG.
v0.0.5, 2018-03-02 -- Bugfix in integrate. Also added test and improved fgong/amdl_get.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.7'
version = '0.0.8'
# The full version, including alpha/beta/rc tags.
release = '0.0.7'
release = '0.0.8'

# 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.7',
version = '0.0.8',
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.7.tar.gz',
download_url = 'https://github.com/warrickball/tomso/archive/v0.0.8.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.7"
__version__ = "0.0.8"

__all__ = [
'adipls',
Expand Down

0 comments on commit 05fe234

Please sign in to comment.