diff --git a/docs/_root/index.html b/docs/_root/index.html index 99ce7b4a..37409016 100644 --- a/docs/_root/index.html +++ b/docs/_root/index.html @@ -4,12 +4,12 @@ anyplotlib – redirecting… - - + +

- Redirecting to v0.2.0 documentation… + Redirecting to v0.4.0 documentation

diff --git a/docs/_root/switcher.json b/docs/_root/switcher.json index 7be91405..d49014c7 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.0 (stable)", + "version": "v0.4.0", + "url": "https://cssfrancis.github.io/anyplotlib/v0.4.0/" + }, { "name": "v0.3.0b1 (beta)", "version": "v0.3.0b1", diff --git a/docs/conf.py b/docs/conf.py index e5806081..8d22ba19 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ project = "anyplotlib" copyright = "2026, anyplotlib contributors" author = "anyplotlib contributors" -release = "0.3.0b1" +release = "0.4.0" # 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 7fe7949c..43e0ec7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ exclude = [ [project] name = "anyplotlib" -version = "0.3.0b1" +version = "0.4.0" description = "A plotting library using python, javascript and anywidget for performant in browser plotting." readme = "README.md" license = { text = "MIT" }