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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Jun 21, 2022
1 parent c140097 commit 6700cc8
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 @@ -26,7 +26,7 @@
"""

# pyjs9 version
__version__ = '3.7'
__version__ = '3.8'

# 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.7',
version='3.8',
description='Python/JS9 connection, with numpy and astropy/fits support',
long_description=readme(),
author='Eric Mandel',
Expand Down

0 comments on commit 6700cc8

Please sign in to comment.