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

Commit

Permalink
public release v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Dec 14, 2020
1 parent 6d6ad00 commit 923825d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyjs9/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"""

# pyjs9 version
__version__ = '3.2'
__version__ = '3.3'

# try to be a little bit neat with global parameters
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='3.1',
version='3.3',
description='Python/JS9 connection, with numpy and astropy/fits support',
long_description=readme(),
author='Eric Mandel',
Expand Down

0 comments on commit 923825d

Please sign in to comment.