Skip to content

Commit 0f1e334

Browse files
authored
release v0.1.11.dev0 (#909)
* version v0.1.11.dev0 * add release notes
1 parent 191c516 commit 0f1e334

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Verifiers v0.1.11.dev0 Release Notes
2+
3+
*Date:* 02/14/2026
4+
5+
**Full Changelog**: https://github.com/PrimeIntellect-ai/verifiers/compare/v0.1.10...v0.1.11.dev0

verifiers/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.10"
1+
__version__ = "0.1.11.dev0"
22

33
import importlib
44
import os
@@ -24,6 +24,7 @@
2424
from .clients.openai_chat_completions_token_client import (
2525
OpenAIChatCompletionsTokenClient,
2626
) # noqa # isort: skip
27+
2728
from .clients.openai_completions_client import OpenAICompletionsClient # noqa # isort: skip
2829

2930
# main imports

0 commit comments

Comments
 (0)