From 13a76eceb3302f182b9d98449e485fafeb8fb18c Mon Sep 17 00:00:00 2001 From: Julien Roussel <3178729-JulienRoussel77@users.noreply.gitlab.com> Date: Wed, 17 Apr 2024 16:09:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- qolmat/_version.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5cd2755b..c7f7d137 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 940563d0..55d7fe58 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.5" +version = "0.1.6" release = version # -- General configuration --------------------------------------------------- diff --git a/qolmat/_version.py b/qolmat/_version.py index 1276d025..0a8da882 100644 --- a/qolmat/_version.py +++ b/qolmat/_version.py @@ -1 +1 @@ -__version__ = "0.1.5" +__version__ = "0.1.6" diff --git a/setup.py b/setup.py index 7e7a9c71..d1dd58a6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup DISTNAME = "qolmat" -VERSION = "0.1.5" +VERSION = "0.1.6" 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: