Corrects copyright year (#1762)

Corrected copyright year.
This commit is contained in:
Piyush Jain
2023-03-18 19:55:05 -07:00
committed by GitHub
parent 34840f3aee
commit 1a8790d808

View File

@@ -23,7 +23,7 @@ with open("../pyproject.toml") as f:
# -- Project information -----------------------------------------------------
project = "🦜🔗 LangChain"
copyright = "2022, Harrison Chase"
copyright = "2023, Harrison Chase"
author = "Harrison Chase"
version = data["tool"]["poetry"]["version"]