diff --git a/libs/langgraph-checkpoint-mongodb/pyproject.toml b/libs/langgraph-checkpoint-mongodb/pyproject.toml index 3e7f922..5cdf5cc 100644 --- a/libs/langgraph-checkpoint-mongodb/pyproject.toml +++ b/libs/langgraph-checkpoint-mongodb/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langgraph-checkpoint-mongodb" -version = "0.1.0" +version = "0.1.0a0" description = "Library with a MongoDB implementation of LangGraph checkpoint saver." authors = [] license = "MIT"