File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ dependencies = [
3131 " tqdm" ,
3232]
3333description = " MNE-Python project for MEG and EEG data analysis."
34- dynamic = [" version" ]
3534keywords = [
3635 " brain" ,
3736 " ECoG" ,
@@ -47,6 +46,7 @@ name = "mne"
4746readme = {content-type = " text/x-rst" , file = " README.rst" }
4847requires-python = " >= 3.10"
4948scripts = {mne = " mne.commands.utils:main" }
49+ version = " 1.10.0"
5050
5151[project .optional-dependencies ]
5252# Leave this one here for backward-compat
You can’t perform that action at this time.
0 commit comments