From e0fc7929ba0de8ddff0bfa1eb65b577cbd3be925 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:43:20 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.23=20=E2=86=92=201.3.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/.bumpversion.cfg | 2 +- python/Makefile | 2 +- python/docs/conf.py | 2 +- python/pyproject.toml | 2 +- python/tests/smoketest.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index 81f3b8bcc9..eaed05e804 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.23 +current_version = 1.3.24 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/python/Makefile b/python/Makefile index 358cd3c3d0..1e8c5aab43 100644 --- a/python/Makefile +++ b/python/Makefile @@ -5,7 +5,7 @@ src.proto.dir := ../proto/src src.proto := $(shell find $(src.proto.dir) -type f -name "*.proto") src.proto.v0.dir := ../proto/v0 src.proto.v0 := $(shell find $(src.proto.v0.dir) -type f -name "*.proto") -version := 1.3.23 +version := 1.3.24 dist.dir := dist egg.dir := .eggs diff --git a/python/docs/conf.py b/python/docs/conf.py index ccb3e02900..4207d641db 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -8,7 +8,7 @@ print("Pandoc is required to build our documentation.") sys.exit(1) -version = "1.3.23" +version = "1.3.24" project = "whylogs" author = "whylogs developers" diff --git a/python/pyproject.toml b/python/pyproject.toml index 3f1855973c..dda528be42 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "whylogs" -version = "1.3.23" +version = "1.3.24" description = "Profile and monitor your ML data pipeline end-to-end" authors = ["WhyLabs.ai "] license = "Apache-2.0" diff --git a/python/tests/smoketest.py b/python/tests/smoketest.py index b50452e9b9..561346f164 100644 --- a/python/tests/smoketest.py +++ b/python/tests/smoketest.py @@ -12,7 +12,7 @@ not a development environment. """ -current_version = "1.3.23" +current_version = "1.3.24" def test_package_version() -> None: