Skip to content

Commit cee0b84

Browse files
committed
MAINT: Release branch [circle deploy]
1 parent 48f1588 commit cee0b84

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -536,23 +536,23 @@ workflows:
536536
- main
537537
- /maint\/.*/
538538

539-
main:
539+
stable:
540540
jobs:
541541
- build_docs:
542542
scheduled: "true"
543-
name: build_docs_main
543+
name: build_docs_stable
544544
- deploy:
545-
name: deploy_main
545+
name: deploy_stable
546546
requires:
547-
- build_docs_main
547+
- build_docs_stable
548548
triggers:
549549
- schedule:
550-
# "At 6:00 AM GMT every day"
551-
cron: "0 6 * * *"
550+
# "At 4:00 AM GMT every day"
551+
cron: "0 4 * * *"
552552
filters:
553553
branches:
554554
only:
555-
- main
555+
- /maint\/.*/
556556

557557
monthly:
558558
jobs:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ dependencies = [
3131
"tqdm",
3232
]
3333
description = "MNE-Python project for MEG and EEG data analysis."
34-
dynamic = ["version"]
3534
keywords = [
3635
"brain",
3736
"ECoG",
@@ -47,6 +46,7 @@ name = "mne"
4746
readme = {content-type = "text/x-rst", file = "README.rst"}
4847
requires-python = ">= 3.10"
4948
scripts = {mne = "mne.commands.utils:main"}
49+
version = "1.10.0"
5050

5151
[project.optional-dependencies]
5252
# Leave this one here for backward-compat

0 commit comments

Comments
 (0)