Skip to content

Commit 0d01b14

Browse files
authored
Release version 0.10 (#45)
* release version 0.10 * fix typo
1 parent acb3700 commit 0d01b14

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ junit-results.xml
3333
TAGS
3434
tags
3535
tests/.coverage*
36+
examples/source_level/subj1
37+
examples/tutorials/data
38+
__pycache__
39+
sg_execution_times.rst

doc/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@
111111
"github_version": "main",
112112
}
113113

114-
# Add any paths that contain custom static files (such as style sheets) here,
115-
# relative to this directory. They are copied after the builtin static files,
116-
# so a file named "default.css" will overwrite the builtin "default.css".
117-
html_static_path = ["_static"]
118-
119114
# If true, links to the reST sources are added to the pages.
120115
html_show_sourcelink = False
121116

mne_rsa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0-dev"
1+
__version__ = "0.10"
22

33
from .source_level import rsa_stcs, rdm_stcs, rsa_stcs_rois, rsa_nifti, rdm_nifti
44
from .sensor_level import rsa_evokeds, rsa_epochs, rdm_evokeds, rdm_epochs

0 commit comments

Comments
 (0)