Skip to content

Commit 1980689

Browse files
committed
chore(0.25.0): bump python __version__ fallback to 0.25.0
1 parent 7d5adc9 commit 1980689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/python/src/agent_eval_rpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
try:
4949
__version__ = version("agent-eval-rpc")
5050
except PackageNotFoundError:
51-
__version__ = "0.24.0"
51+
__version__ = "0.25.0"
5252

5353
__all__ = [
5454
"Client",

0 commit comments

Comments
 (0)