Skip to content

Commit 3e38bc8

Browse files
author
Niru Maheswaranathan
authored
Merge pull request #19 from nirum/codex/rename-jetpack-to-jetplot-in-docs
Fix name in docs
2 parents 695ba96 + b046842 commit 3e38bc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The documentation sources live in the [`docs/`](docs/) folder.
3131
| 0.6.0 | Jul 21 2024 | Migrated from setup.py to pyproject.toml. |
3232
| 0.5.3 | Aug 30 2022 | Stops jetplot from updating Matplotlib rcParams on import. |
3333
| 0.5.0 | Jul 15 2022 | Updates default color palettes, adds new Palette class, adds ridgeline plot. |
34-
| 0.4.0 | Oct 20 2021 | Name change! Renamed package from `jetpack` to `jetplot`. |
34+
| 0.4.0 | Oct 20 2021 | Name change! Package renamed to `jetplot`. |
3535
| 0.3.0 | Oct 13 2021 | Drops animation module and the `moviepy` dependency |
3636
| 0.0.0 | Jan 19 2015 | Initial commit |
3737

src/jetplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Jetpack is a set of useful utility functions for scientific python."""
1+
"""Jetplot is a set of useful utility functions for scientific python."""
22

33
__version__ = "0.6.3"
44

0 commit comments

Comments
 (0)