Skip to content

Commit 9f8924a

Browse files
Bump version: 1.4.5 β†’ 1.4.6
1 parent 5b43ff6 commit 9f8924a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

β€Žpython/.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.5
2+
current_version = 1.4.6
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
55
serialize =

β€Žpython/Makefileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ src.proto.dir := ../proto/src
55
src.proto := $(shell find $(src.proto.dir) -type f -name "*.proto")
66
src.proto.v0.dir := ../proto/v0
77
src.proto.v0 := $(shell find $(src.proto.v0.dir) -type f -name "*.proto")
8-
version := 1.4.5
8+
version := 1.4.6
99

1010
dist.dir := dist
1111
egg.dir := .eggs

β€Žpython/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
print("Pandoc is required to build our documentation.")
99
sys.exit(1)
1010

11-
version = "1.4.5"
11+
version = "1.4.6"
1212

1313
project = "whylogs"
1414
author = "whylogs developers"

β€Žpython/pyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "whylogs"
3-
version = "1.4.5"
3+
version = "1.4.6"
44
description = "Profile and monitor your ML data pipeline end-to-end"
55
authors = ["WhyLabs.ai <[email protected]>"]
66
license = "Apache-2.0"

β€Žpython/tests/smoketest.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
not a development environment.
1313
"""
1414

15-
current_version = "1.4.5"
15+
current_version = "1.4.6"
1616

1717

1818
def test_package_version() -> None:

0 commit comments

Comments
Β (0)