diff --git a/pyproject.toml b/pyproject.toml index d1f4c51..57d16fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ dependencies = [ "scipy", "handcalcs", "more-itertools", + "pynite_plotly", "forallpeople", "pytest", "rich", diff --git a/sea_starterkit/__init__.py b/sea_starterkit/__init__.py index 29609ff..2058130 100644 --- a/sea_starterkit/__init__.py +++ b/sea_starterkit/__init__.py @@ -4,4 +4,4 @@ Accelerated course. """ -__version__ = "0.1.0" +__version__ = "0.2.0"