Skip to content

Commit 9de0a8e

Browse files
author
Do Kester
committed
version 2.4.2
1 parent 8d7acf0 commit 9de0a8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Citation index:
1010
DOI: 10.5281/zenodo.2597200
1111

1212

13-
## What's new in version 2.4.0
13+
## What's new in versions 2.4.0 to 2.4.2
1414
* New Classes:
1515
- DecisionTreeModel
1616
A DecisionTree Model (DTM) is mostly defined on multiple input dimensions (axes).
@@ -244,6 +244,6 @@ by ExponentialErrorDistribution
244244
* Pictures moved to documentation/images
245245
* Some documentation issues repaired.
246246

247-
+ 14 Nov 2019 version 2.4.0
247+
+ 14 Nov 2019 version 2.4.0 to 2.4.2
248248
* see above in Whats new.
249249

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
__version__ = '2.4.1'
3+
__version__ = '2.4.2'
44

55
with open("README.md", "r") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)