Skip to content

Commit 0218c0d

Browse files
committed
REL: Release diptest v0.4.2
1 parent 2c69f48 commit 0218c0d

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Diptest Changelog
22

3+
## v0.4.2 -- May 2022
4+
5+
### Fixes
6+
7+
* Fix bug in bootstrap p-value computation due to missing cast
8+
39
## v0.4.1 -- May 2022
410

511
### Enhancements

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CMAKE_MINIMUM_REQUIRED(VERSION 3.16)
22

33
IF (NOT DEFINED DIPTEST_VERSION_INFO)
4-
SET(DIPTEST_VERSION_INFO "0.4.1")
4+
SET(DIPTEST_VERSION_INFO "0.4.2")
55
ENDIF ()
66

77
PROJECT(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
MAJOR = 0
2424
REVISION = 4
25-
PATCH = 1
25+
PATCH = 2
2626
DEV = False
2727

2828
# note: also update README.rst

0 commit comments

Comments
 (0)