Skip to content

Commit 9e07847

Browse files
committed
minor version bump to 2.0.4
1 parent c64bf52 commit 9e07847

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

phoebe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Import PHOEBE 2.0."""
22

3-
__version__ = '2.0.3'
3+
__version__ = '2.0.4'
44

55
import os
66
import sys

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
]
1818

1919
setup (name = 'phoebe',
20-
version = '2.0.3',
21-
description = 'PHOEBE 2.0.3',
20+
version = '2.0.4',
21+
description = 'PHOEBE 2.0.4',
2222
author = 'PHOEBE development team',
2323
author_email = '[email protected]',
2424
url = 'http://github.com/phoebe-project/phoebe2',
25-
download_url = 'https://github.com/phoebe-project/phoebe2/tarball/2.0.3',
25+
download_url = 'https://github.com/phoebe-project/phoebe2/tarball/2.0.4',
2626
packages = ['phoebe', 'phoebe.constants', 'phoebe.parameters', 'phoebe.frontend', 'phoebe.constraints', 'phoebe.dynamics', 'phoebe.distortions', 'phoebe.algorithms', 'phoebe.atmospheres', 'phoebe.backend', 'phoebe.utils'],
2727
install_requires=['numpy>=1.10','scipy>=0.18','astropy>=1.0'],
2828
package_data={'phoebe.atmospheres':['tables/wd/*', 'tables/passbands/*'],

0 commit comments

Comments
 (0)