Skip to content

Commit 8de99a7

Browse files
Release v0.0.12
1 parent 974ff50 commit 8de99a7

5 files changed

Lines changed: 4 additions & 3459 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ node_modules
3636
bun.lockb
3737
.claude/
3838
site/
39+
uv.lock

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.11"
3+
__version__ = "0.0.12"
44
__all__: list[str] = ["PlotJS"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plotjs"
3-
version = "0.0.11"
3+
version = "0.0.12"
44
description = "Turn static matplotlib charts into interactive web visualizations, and export them to HTML files"
55
readme = "README.md"
66
requires-python = ">=3.10"

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.11"
79+
assert plotjs.__version__ == "0.0.12"

0 commit comments

Comments
 (0)