Skip to content

Commit 240dfd1

Browse files
committed
update version number
1 parent 8292513 commit 240dfd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
name: compile and build
108108
command: |
109109
. venv/bin/activate
110-
python -u setup.py build_ext --inplace --verbose
110+
python setup.py build_ext --inplace
111111
112112
- run:
113113
name: run tests
@@ -119,7 +119,7 @@ jobs:
119119
name: wheel
120120
command: |
121121
. venv/bin/activate
122-
python ./setup.py bdist_wheel
122+
python setup.py bdist_wheel
123123
mkdir -p test-reports/dist
124124
cp dist/*.whl test-reports/dist
125125
mkdir -p test-reports

mlinsights/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@brief Module *mlinsights*.
55
Look for insights for machine learned models.
66
"""
7-
__version__ = "0.3.539"
7+
__version__ = "0.3.540"
88
__author__ = "Xavier Dupré"
99
__github__ = "https://github.com/sdpython/mlinsights"
1010
__url__ = "http://www.xavierdupre.fr/app/mlinsights/helpsphinx/index.html"

0 commit comments

Comments
 (0)