From e007f1d06ebc0167892f9e086b91beda4cd704b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 21:06:59 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.2=20=E2=86=92=200.6.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Makefile | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- src/whylogs/_version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 66943e32c2..04b4cde5b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.2 +current_version = 0.6.4 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/Makefile b/Makefile index e6b7df3d5f..13d4f33141 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ src.python.pyc := $(shell find ./src -type f -name "*.pyc") src.proto.dir := ./proto/src src.proto := $(shell find $(src.proto.dir) -type f -name "*.proto") -version := 0.6.2 +version := 0.6.4 dist.dir := dist egg.dir := .eggs diff --git a/docs/conf.py b/docs/conf.py index 1e35fa279b..8e4d93672b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,7 +101,7 @@ # built documents. # # The short X.Y version. -version = "0.6.2" +version = "0.6.4" # The full version, including alpha/beta/rc tags. release = "" # Is set by calling `setup.py docs` diff --git a/pyproject.toml b/pyproject.toml index f7bdcaafc1..b1baf0d99c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "whylogs" -version = "0.6.2" +version = "0.6.4" description = "Profile and monitor your ML data pipeline end-to-end" authors = ["WhyLabs.ai "] license = "Apache-2.0" diff --git a/src/whylogs/_version.py b/src/whylogs/_version.py index 5e12e18f0e..266d22a943 100644 --- a/src/whylogs/_version.py +++ b/src/whylogs/_version.py @@ -1,3 +1,3 @@ """WhyLabs version number.""" -__version__ = "0.6.2" +__version__ = "0.6.4"