Skip to content

Commit

Permalink
Release version 0.2.2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
mapio committed Mar 27, 2024
1 parent 781347a commit e4fb2c3
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.2a0'
__version__ = '0.2.2a1'

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

Expand Down

0 comments on commit e4fb2c3

Please sign in to comment.