Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
furechan committed Oct 17, 2024
1 parent 1d6b4bb commit 43263db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/talib-examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
],
"source": [
"# Bolling Bands\n",
"# Bollinger Bands\n",
"\n",
"title = \"Bollinger Bands\"\n",
"max_bars = 150\n",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mplchart"
version = "0.0.14"
version = "0.0.15"
requires-python = ">=3.9"
readme = "output/README.md"
license = { text = "MIT License" }
Expand Down

0 comments on commit 43263db

Please sign in to comment.