Skip to content

Commit

Permalink
Bump version to release version 1.3.32 (#1516)
Browse files Browse the repository at this point in the history
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jamie256 and github-actions[bot] committed May 8, 2024
1 parent 6b42a36 commit a31efd1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.31
current_version = 1.3.32
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion python/Makefile
Expand Up @@ -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.31
version := 1.3.32

dist.dir := dist
egg.dir := .eggs
Expand Down
2 changes: 1 addition & 1 deletion python/docs/conf.py
Expand Up @@ -8,7 +8,7 @@
print("Pandoc is required to build our documentation.")
sys.exit(1)

version = "1.3.31"
version = "1.3.32"

project = "whylogs"
author = "whylogs developers"
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "whylogs"
version = "1.3.31"
version = "1.3.32"
description = "Profile and monitor your ML data pipeline end-to-end"
authors = ["WhyLabs.ai <support@whylabs.ai>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion python/tests/smoketest.py
Expand Up @@ -12,7 +12,7 @@
not a development environment.
"""

current_version = "1.3.31"
current_version = "1.3.32"


def test_package_version() -> None:
Expand Down

0 comments on commit a31efd1

Please sign in to comment.