Skip to content

Commit

Permalink
Release version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mapio committed Apr 4, 2024
1 parent 9663316 commit 0aa074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/jp2rt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from importlib.util import find_spec

__version__ = '0.2.2a1'
__version__ = '0.2.3'

HAS_PLOT = (find_spec('matplotlib') is not None) and (find_spec('seaborn') is not None)

Expand Down

0 comments on commit 0aa074c

Please sign in to comment.