diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index c5d7efe9e..c3e65e042 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.29 +current_version = 1.3.30 tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? serialize = diff --git a/python/Makefile b/python/Makefile index 6c07cf5d0..7c5210cd8 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.29 +version := 1.3.30 dist.dir := dist egg.dir := .eggs diff --git a/python/docs/conf.py b/python/docs/conf.py index a3e2c4ec5..4887e1edd 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.29" +version = "1.3.30" project = "whylogs" author = "whylogs developers" diff --git a/python/pyproject.toml b/python/pyproject.toml index aebc015b1..1d8e66bcd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "whylogs" -version = "1.3.29" +version = "1.3.30" 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 3a85223b6..a34af63c2 100644 --- a/python/tests/smoketest.py +++ b/python/tests/smoketest.py @@ -12,7 +12,7 @@ not a development environment. """ -current_version = "1.3.29" +current_version = "1.3.30" def test_package_version() -> None: