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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmandel committed May 5, 2021
1 parent d308c10 commit c9b2962
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.3'
__version__ = '3.4'

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

0 comments on commit c9b2962

Please sign in to comment.