Skip to content

Commit 77acb23

Browse files
V1.4.2 (#845)
* fixing the release * pushing to including the .csv * pre-commit * v 1.4.2
1 parent 3fad81f commit 77acb23

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include README.rst
2+
include LICENSE.txt
3+
include NOTICE.txt
4+
5+
include moabb/datasets/summary_*.csv
6+
7+
recursive-include docs *.ipynb *.rst conf.py Makefile
8+
recursive-exclude docs *checkpoint.ipynb

docs/source/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Version 1.5 (Source - GitHub)
3434

3535

3636

37-
Version 1.4.1 (Stable - PyPi)
37+
Version 1.4.2 (Stable - PyPi)
3838
--------------------------------------
3939

4040
Enhancements

moabb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = "1.4.1"
2+
__version__ = "1.4.2"
33

44
from .benchmark import benchmark
55
from .utils import make_process_pipelines, set_download_dir, set_log_level, setup_seed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ all = [
9595

9696
[tool.setuptools]
9797
py-modules = []
98+
include-package-data = true
9899

99100
[tool.setuptools.packages.find]
100101
where = ["."]

0 commit comments

Comments
 (0)