Skip to content

Commit

Permalink
Bump aryn-sdk version to 0.1.12.post0 (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLindblad authored Jan 29, 2025
1 parent eec4ddd commit d596f13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12"
g_version = "0.1.12.post0"


class PartitionError(Exception):
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.12"
version = "0.1.12.post0"
description = "The client library for Aryn services"
authors = ["aryn.ai <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

0 comments on commit d596f13

Please sign in to comment.