Skip to content

Commit

Permalink
Uploaded to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickball committed Nov 8, 2017
1 parent 1ff612c commit 5a03ede
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
v0.0.1, 2016-11-17 -- Initial commit.
v0.0.3, 2017-11-08 -- First PyPI version, documentation on ReadTheDocs.
v0.0.2, 2017-05-09 -- Code finally stable, first "release candidate".
v0.0.1, 2016-11-17 -- Initial commit.
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.2'
version = '0.0.3'
# The full version, including alpha/beta/rc tags.
release = '0.0.2'
release = '0.0.3'

# 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,12 +3,12 @@
setup(
name = 'TOMSO',
packages = ['tomso'],
version = '0.0.2',
version = '0.0.3',
description = 'Tools for Modelling Stars and their Oscillations',
author = 'Warrick Ball',
author_email = 'wball@bison.ph.bham.ac.uk',
url = 'https://github.com/warrickball/tomso',
download_url = 'https://github.com/warrickball/tomso/archive/v0.0.2.tar.gz',
download_url = 'https://github.com/warrickball/tomso/archive/v0.0.3.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.2"
__version__ = "0.0.3"

__all__ = [
'adipls',
Expand Down

0 comments on commit 5a03ede

Please sign in to comment.