Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
update version in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Jun 3, 2019
1 parent 211ade7 commit 7642346
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyjs9/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import requests
from io import BytesIO


__all__ = ['JS9', 'js9Globals']

"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='pyjs9',
version='2.1',
version='3.0',
description='Python/JS9 connection, with numpy and astropy/fits support',
long_description=readme(),
author='Eric Mandel',
Expand Down

0 comments on commit 7642346

Please sign in to comment.