Skip to content

Commit de7d047

Browse files
JoshuaRamirezclaude
andcommitted
Fix version test to match 0.1.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent dc5a4e2 commit de7d047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_Version_ImportVersion_MatchesExpectedValue(self):
4141
from rag.version import __version__
4242

4343
# Assert
44-
assert __version__ == "1.0.0"
44+
assert __version__ == "0.1.0"
4545

4646
def test_Version_ModuleDocstring_ExistsAndIsString(self):
4747
"""Test that module has a docstring."""

0 commit comments

Comments
 (0)