diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c7f7d13..3687d18 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 55d7fe5..1f58c16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = "Quantmetry" # The full version, including alpha/beta/rc tags -version = "0.1.6" +version = "0.1.7" release = version # -- General configuration --------------------------------------------------- diff --git a/qolmat/_version.py b/qolmat/_version.py index 0a8da88..f1380ee 100644 --- a/qolmat/_version.py +++ b/qolmat/_version.py @@ -1 +1 @@ -__version__ = "0.1.6" +__version__ = "0.1.7" diff --git a/setup.py b/setup.py index 80c4121..81e4ad9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup DISTNAME = "qolmat" -VERSION = "0.1.6" +VERSION = "0.1.7" DESCRIPTION = "A Python library for optimal data imputation." LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst" with codecs.open("README.rst", encoding="utf-8-sig") as f: