Skip to content

Commit beb6c2a

Browse files
Merge pull request #140 from scikit-learn-contrib/dev
Bump version: 0.1.5 → 0.1.6
2 parents 41884b2 + 13a76ec commit beb6c2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.5
2+
current_version = 0.1.6
33
commit = True
44
tag = True
55

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.5"
30+
version = "0.1.6"
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.5"
1+
__version__ = "0.1.6"

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.5"
6+
VERSION = "0.1.6"
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)