Skip to content

Commit c5b01c5

Browse files
github-actions[bot]Aryn OpenSource Bot
and
Aryn OpenSource Bot
authored
Automated: Bump Version to 0.2.6. (#34)
Co-authored-by: Aryn OpenSource Bot <opensource@aryn.ai>
1 parent b79cf8a commit c5b01c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aryn_sdk/client/partition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
_logger.setLevel(logging.INFO)
2323
_logger.addHandler(logging.StreamHandler(sys.stderr))
2424

25-
g_version = "0.2.1"
25+
g_version = "0.2.6"
2626
g_parameters = {"path_filter": "^/v1/document/partition$"}
2727

2828

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 = "aryn-sdk"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "The client library for Aryn services."
55
authors = ["aryn.ai <opensource@aryn.ai>"]
66
license = "Apache 2.0"

0 commit comments

Comments
 (0)