Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mapio committed Mar 21, 2024
1 parent ab18e10 commit a38aea1
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.1.0'
__version__ = '0.2.0'

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

Expand Down

0 comments on commit a38aea1

Please sign in to comment.