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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed Jun 1, 2021
1 parent ea80199 commit 8bc91d5
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.4'
__version__ = '3.5'

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

0 comments on commit 8bc91d5

Please sign in to comment.