Skip to content

Commit

Permalink
bump whylabs-client to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
murilommen committed Mar 22, 2024
1 parent 0634056 commit 7e5dd0b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.16
current_version = 0.0.17
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[tool.poetry]
name = "whylabs-toolkit"
version = "0.0.16"
version = "0.0.17"
description = "Whylabs CLI and Helpers package."
authors = ["Anthony Naddeo <anthony.naddeo@gmail.com>", "Murilo Mendonca <murilommen@gmail.com>"]
authors = ["Murilo Mendonca <murilommen@gmail.com>", "Anthony Naddeo <anthony.naddeo@gmail.com>"]
license = "Apache-2.0 license"
readme = "README.md"
packages = [{include = "whylabs_toolkit/**/*.py"}]
include = ["whylabs_toolkit/monitor/schema/schema.json"]

[tool.poetry.dependencies]
python = "^3.8"
whylabs-client = "^0.5"
whylabs-client = "0.6.0"
pydantic = "^1.10.4"
whylogs = "^1.1.26"
jsonschema = "^4.17.3"
Expand All @@ -29,5 +29,5 @@ line-length = 140
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[flake8]
[tool.flake8]
max-line-length = 140

0 comments on commit 7e5dd0b

Please sign in to comment.