Skip to content

Commit b6512e3

Browse files
committed
upgrade version
1 parent ca2d2b7 commit b6512e3

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOGS.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
Change Logs
33
===========
44

5-
0.5.2
5+
0.5.3
66
=====
77

88
* :pr:`137`: update to pybind11 3.0
9+
10+
0.5.2
11+
=====
12+
913
* :pr:`136`: adds Python 3.13 to CI, updates the package to support scikit-learn==1.7.1
1014

1115
0.5.1

_doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ Source are available at `sdpython/mlinsights <https://github.com/sdpython/mlinsi
9898
Older versions
9999
++++++++++++++
100100

101-
* `0.5.2 <../v0.5.1/index.html>`_
102-
* `0.5.1 <../v0.5.1/index.html>`_
101+
* `0.5.3 <../v0.5.3/index.html>`_
102+
* `0.5.2 <../v0.5.2/index.html>`_

mlinsights/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.5.2"
1+
__version__ = "0.5.3"
22
__author__ = "Xavier Dupré"
33
__github__ = "https://github.com/sdpython/mlinsights"
44
__url__ = "https://sdpython.github.io/doc/dev/mlinsights/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = {file = "LICENSE.txt"}
2626
name = "mlinsights"
2727
readme = "README.rst"
2828
requires-python = ">=3.10"
29-
version = "0.5.2"
29+
version = "0.5.3"
3030

3131
[project.urls]
3232
homepage = "https://sdpython.github.io/doc/mlinsights/dev/"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def get_package_data():
670670

671671
setup(
672672
name="mlinsights",
673-
version=get_version_str(here, "0.5.2"),
673+
version=get_version_str(here, "0.5.3"),
674674
description=get_description(),
675675
long_description=get_long_description(here),
676676
author="Xavier Dupré",

0 commit comments

Comments
 (0)