From 70a5286186e8d61b3973c21538d395de47d74169 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 11 Dec 2024 23:04:49 -0800 Subject: [PATCH] Add pynite-plotly; bump version --- pyproject.toml | 1 + sea_starterkit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"