Skip to content

Commit

Permalink
bump aryn sdk version (#1212)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Lindeman <[email protected]>
  • Loading branch information
HenryL27 authored Mar 5, 2025
1 parent 7e472da commit 88e991b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/aryn-sdk/aryn_sdk/partition/partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
_logger.setLevel(logging.INFO)
_logger.addHandler(logging.StreamHandler(sys.stderr))

g_version = "0.1.15"
g_version = "0.1.16"
g_parameters = {"path_filter": "^/v1/document/partition$"}


Expand Down
2 changes: 1 addition & 1 deletion lib/aryn-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aryn-sdk"
version = "0.1.15"
version = "0.1.16"
description = "The client library for Aryn services"
authors = ["aryn.ai <[email protected]>"]
license = "Apache 2.0"
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

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

0 comments on commit 88e991b

Please sign in to comment.