Skip to content

Commit 97f297f

Browse files
Increment version number
1 parent 90c5d74 commit 97f297f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ keywords:
3131
journal: "arXiv"
3232
date-released: 2024-12-20
3333
doi: 10.48550/arXiv.2412.15859
34-
version: "25.6" # Update this alongside new releases
34+
version: "25.10" # Update this alongside new releases
3535
repository-code: 'https://www.github.com/pybop-team/pybop'

docs/_static/switcher.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
"url": "https://pybop-docs.readthedocs.io/en/latest/"
55
},
66
{
7-
"name": "v25.6 (stable)",
8-
"version": "v25.6",
9-
"url": "https://pybop-docs.readthedocs.io/en/v25.6/",
7+
"name": "v25.10 (stable)",
8+
"version": "v25.10",
9+
"url": "https://pybop-docs.readthedocs.io/en/v25.10/",
1010
"preferred": true
1111
},
12+
{
13+
"name": "v25.6",
14+
"version": "v25.6",
15+
"url": "https://pybop-docs.readthedocs.io/en/v25.6/"
16+
},
1217
{
1318
"name": "v25.3",
1419
"version": "v25.3",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pybop"
7-
version = "25.6"
7+
version = "25.10"
88
authors = [
99
{name = "The PyBOP Team"},
1010
]

0 commit comments

Comments
 (0)