File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.4.5
2+ current_version = 1.4.6
33tag = False
44parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
55serialize =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ src.proto.dir := ../proto/src
55src.proto := $(shell find $(src.proto.dir ) -type f -name "* .proto")
66src.proto.v0.dir := ../proto/v0
77src.proto.v0 := $(shell find $(src.proto.v0.dir ) -type f -name "* .proto")
8- version := 1.4.5
8+ version := 1.4.6
99
1010dist.dir := dist
1111egg.dir := .eggs
Original file line number Diff line number Diff line change 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
1313project = "whylogs"
1414author = "whylogs developers"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " whylogs"
3- version = " 1.4.5 "
3+ version = " 1.4.6 "
44description = " Profile and monitor your ML data pipeline end-to-end"
55authors = [
" WhyLabs.ai <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 1212not a development environment.
1313"""
1414
15- current_version = "1.4.5 "
15+ current_version = "1.4.6 "
1616
1717
1818def test_package_version () -> None :
You canβt perform that action at this time.
0 commit comments