diff --git a/docs/_root/index.html b/docs/_root/index.html index 2f4c98a7..7b4c42fc 100644 --- a/docs/_root/index.html +++ b/docs/_root/index.html @@ -4,12 +4,12 @@ anyplotlib – redirecting… - - + +

- Redirecting to v0.4.1 documentation… + Redirecting to v0.4.2 documentation

diff --git a/docs/_root/switcher.json b/docs/_root/switcher.json index 11b86b84..ffe8ac3e 100644 --- a/docs/_root/switcher.json +++ b/docs/_root/switcher.json @@ -4,6 +4,11 @@ "version": "dev", "url": "https://cssfrancis.github.io/anyplotlib/dev/" }, + { + "name": "v0.4.2 (stable)", + "version": "v0.4.2", + "url": "https://cssfrancis.github.io/anyplotlib/v0.4.2/" + }, { "name": "v0.4.1 (stable)", "version": "v0.4.1", diff --git a/docs/conf.py b/docs/conf.py index b73790a9..aee90785 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ project = "anyplotlib" copyright = "2026, anyplotlib contributors" author = "anyplotlib contributors" -release = "0.4.1" +release = "0.4.2" # When built in CI the workflow sets DOCS_VERSION to the tag name (e.g. # "v0.1.0") or "dev". Fall back to "dev" for local builds. diff --git a/pyproject.toml b/pyproject.toml index 1c71c55d..504d9ad8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ exclude = [ [project] name = "anyplotlib" -version = "0.4.1" +version = "0.4.2" description = "A plotting library using python, javascript and anywidget for performant in browser plotting." readme = "README.md" license = { text = "MIT" }