Skip to content

Commit 98d41e6

Browse files
committed
update to v0.2.1
1 parent 7aa7d62 commit 98d41e6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

HISTORY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2022-06-30 -- `adipls` can now calculate (Γ₁,ρ) kernels
1+
v0.2.1, 2022-06-30 -- `adipls` can now calculate (Γ₁,ρ) kernels
22
v0.2.0, 2022-05-19 -- add basic support for command-line plots of STARS output
33
v0.1.0, 2022-03-31 -- removed old procedural functions
44
2021-06-15 -- added 'unique' option to `tomso plot --legend`

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
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.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
setup(
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'],

tomso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22

33
__all__ = [
44
'adipls',

0 commit comments

Comments
 (0)