From d5c818973f5c2541b489e71ad36f9ee3f3126ac2 Mon Sep 17 00:00:00 2001 From: Dakhli_Firas Date: Mon, 27 Feb 2023 11:59:00 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.2=20=E2=86=92=200.0.3?= 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 8e0ac711..569e69da 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 7f45790f..c4f7c368 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Quantmetry" # The full version, including alpha/beta/rc tags -version = "0.0.2" +version = "0.0.3" release = version diff --git a/qolmat/_version.py b/qolmat/_version.py index 3b93d0be..27fdca49 100644 --- a/qolmat/_version.py +++ b/qolmat/_version.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/setup.py b/setup.py index cd9f1cdb..11eba306 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # from setup_backup import LONG_DESCRIPTION DISTNAME = "qolmat" -VERSION = "0.0.2" +VERSION = "0.0.3" DESCRIPTION = "Tools to impute" LONG_DESCRIPTION_CONTENT_TYPE = "text/x-rst" with codecs.open("README.rst", encoding="utf-8-sig") as f: