Skip to content

Commit 992246c

Browse files
Julien RousselJulien Roussel
authored andcommitted
Merge branch 'dev' into regressor_cat
2 parents a2edc53 + e1cbc96 commit 992246c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.1.4 (2024-04-**)
5+
0.1.4 (2024-04-08)
66
------------------
77

88
* ImputerMean, ImputerMedian and ImputerMode have been merged into ImputerSimple

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "Quantmetry"
2828

2929
# The full version, including alpha/beta/rc tags
30-
version = "0.1.3"
30+
version = "0.1.4"
3131
release = version
3232

3333
# -- General configuration ---------------------------------------------------

qolmat/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import find_packages, setup
44

55
DISTNAME = "qolmat"
6-
VERSION = "0.1.3"
6+
VERSION = "0.1.4"
77
DESCRIPTION = "A Python library for optimal data imputation."
88
LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst"
99
with codecs.open("README.rst", encoding="utf-8-sig") as f:

0 commit comments

Comments
 (0)