Skip to content

Commit 74d6ffb

Browse files
Release v0.0.8
1 parent 957e191 commit 74d6ffb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

plotjs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from plotjs.plotjs import PlotJS
22

3-
__version__ = "0.0.7"
3+
__version__ = "0.0.8"
44
__all__: list[str] = ["PlotJS"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "plotjs"
33
description = "Turn static matplotlib charts into interactive web visualizations"
4-
version = "0.0.7"
4+
version = "0.0.8"
55
license = "MIT"
66
license-files = ["LICENSE"]
77
keywords = ["matplotlib", "interactive", "javascript", "web", "css", "d3", "mpld3", "plotnine"]

tests/test-python/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ def test_overall():
7676

7777

7878
def test_version():
79-
assert plotjs.__version__ == "0.0.7"
79+
assert plotjs.__version__ == "0.0.8"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)