Skip to content

Commit 1ec4fb2

Browse files
committed
Bump version: v2025.05.0 → v2025.6.0
1 parent 5eda272 commit 1ec4fb2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = v2025.05.0
2+
current_version = v2025.6.0
33
commit = True
44
tag = True
55
parse = (v(?P<year>\d+))(.(?P<month>\d+))(.(?P<patch>\d+))

myst.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ project:
7171
output: exports/notebook.pdf
7272
- format: cff
7373
type: software
74-
version: v2025.05.0
74+
version: v2025.6.0
7575
license: MIT
7676
license-url: https://opensource.org/license/MIT
7777
identifiers:

notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
"source": [
565565
"from datetime import date\n",
566566
"\n",
567-
"print('Notebook repository version: v2025.05.0')\n",
567+
"print('Notebook repository version: v2025.6.0')\n",
568568
"print(f'Last tested: {date.today()}')"
569569
]
570570
}

0 commit comments

Comments
 (0)