Skip to content

Commit 33f0687

Browse files
authored
fix(langchain_v1): version equality check (#33095)
1 parent e573030 commit 33f0687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain_v1/langchain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from typing import Any
44

5-
__version__ = "1.0.0a6"
5+
__version__ = "1.0.0a8"
66

77

88
def __getattr__(name: str) -> Any: # noqa: ANN401

0 commit comments

Comments
 (0)