Skip to content

Commit 70a5286

Browse files
committed
Add pynite-plotly; bump version
1 parent 4a6d04e commit 70a5286

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"scipy",
2828
"handcalcs",
2929
"more-itertools",
30+
"pynite_plotly",
3031
"forallpeople",
3132
"pytest",
3233
"rich",

sea_starterkit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Accelerated
55
course.
66
"""
7-
__version__ = "0.1.0"
7+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)