Skip to content

Commit 06cd2d8

Browse files
committed
Release v0.3.1 #17
1 parent 2f4c187 commit 06cd2d8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
orcid: "https://orcid.org/0000-0001-7570-2726"
1212
affiliation: "South Westphalia University of Applied Sciences, Germany"
1313
license: "Apache-2.0"
14-
version: "0.3.0"
15-
date-released: 2025-03-07
14+
version: "0.3.1"
15+
date-released: 2025-03-10
1616
doi: 10.5281/zenodo.11159759
1717
url: "https://github.com/fhswf/MLPro-Int-scikit-learn"

doc/rtd/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Detlef Arend, Steve Yuwono, Laxmikant Shrikant Baheti et al'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.3.0'
25+
release = '0.3.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mlpro[full]>=1.9.6
1+
mlpro[full]>=1.9.7
22
scikit-learn>=1.6.1

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mlpro-int-scikit-learn
3-
version = 0.3.0
3+
version = 0.3.1
44
author = MLPro Team
55
author_email = mlpro@listen.fh-swf.de
66
description = MLPro: Integration scikit-learn
@@ -26,5 +26,5 @@ where = src
2626

2727
[options.extras_require]
2828
full =
29-
mlpro[full]>=1.9.6
29+
mlpro[full]>=1.9.7
3030
scikit-learn>=1.6.1

src/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='mlpro-int-scikit-learn',
5-
version='0.3.0',
5+
version='0.3.1',
66
description='MLPro: Integration scikit-learn',
77
author='MLPro Team',
88
author_mail='mlpro@listen.fh-swf.de',
@@ -12,7 +12,7 @@
1212
# Package dependencies for full installation
1313
extras_require={
1414
"full": [
15-
"mlpro[full]>=1.9.6",
15+
"mlpro[full]>=1.9.7",
1616
"scikit-learn>=1.6.1"
1717
],
1818
},

0 commit comments

Comments
 (0)