We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191c516 commit 0f1e334Copy full SHA for 0f1e334
2 files changed
assets/release/RELEASE_v0.1.11.dev0.md
@@ -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
@@ -1,4 +1,4 @@
-__version__ = "0.1.10"
+__version__ = "0.1.11.dev0"
import importlib
import os
@@ -24,6 +24,7 @@
24
from .clients.openai_chat_completions_token_client import (
25
OpenAIChatCompletionsTokenClient,
26
) # noqa # isort: skip
27
28
from .clients.openai_completions_client import OpenAICompletionsClient # noqa # isort: skip
29
30
# main imports
0 commit comments