Skip to content

Commit

Permalink
Autoupdate copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Dec 3, 2024
1 parent 9e0d5a3 commit 2a6d566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinx_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import os
import sys
from datetime import datetime

import toml

Expand All @@ -26,7 +27,7 @@ def get_version_name() -> str:


project = "Groundlight Python SDK"
copyright = "2023, Groundlight AI <[email protected]>"
copyright = f"{datetime.now().year}, Groundlight AI <[email protected]>"
author = "Groundlight AI <[email protected]>"
version = get_version_name()
release = version
Expand Down

0 comments on commit 2a6d566

Please sign in to comment.