Skip to content

Commit eb881f1

Browse files
0xneobyteclaude
andcommitted
fix: bump __version__ in __init__.py to 0.1.7
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6a2f6f4 commit eb881f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/brainus_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
)
1515
from .models import QueryRequest, QueryResponse, Citation, UsageStats, Plan, QueryFilters, PlanInfo
1616

17-
__version__ = "0.1.6"
17+
__version__ = "0.1.7"
1818

1919
__all__ = [
2020
"BrainusAI",

0 commit comments

Comments
 (0)