Skip to content

Commit 66010dd

Browse files
bug fix
1 parent c0ddda4 commit 66010dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ v<1.0.8>, <03/08/2023> -- Improve clone compatibility (#471).
177177
v<1.0.8>, <03/08/2023> -- Add QMCD detector (#452).
178178
v<1.0.8>, <03/08/2023> -- Optimized ECDF and drop Statsmodels dependency (#467).
179179
v<1.0.9>, <03/19/2023> -- Hot fix for errors in ECOD and COPOD due to the issue of scipy.
180-
v<1.0.9>, <06/19/2023> -- Further integration of PyThresh.
180+
v<1.1.0>, <06/19/2023> -- Further integration of PyThresh.

pyod/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2121
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2222
#
23-
__version__ = '1.0.9' # pragma: no cover
23+
__version__ = '1.1.0' # pragma: no cover

0 commit comments

Comments
 (0)