Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Commit

Permalink
🎉 Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Apr 23, 2019
1 parent ddfc61a commit 759acdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

setup(name = 'wradex',
description = 'RADEX wrapper written in Python 3',
version = '0.1',
version = '0.2',
author = 'astropenguin',
author_email = 'taniguchi@a.phys.nagoya-u.ac.jp',
url = 'https://github.com/astropenguin/wradex',
keywords = 'astronomy radex wrapper',
packages = ['wradex'],
package_data = {'wradex': ['data/*.yaml']},
install_requires = ['astropy', 'numpy', 'pyyaml'])
install_requires = ['astropy', 'numpy', 'pyyaml', 'tqdm'])

0 comments on commit 759acdc

Please sign in to comment.