diff --git a/src/litserve/__about__.py b/src/litserve/__about__.py index 598657e3..c988d05b 100644 --- a/src/litserve/__about__.py +++ b/src/litserve/__about__.py @@ -1,10 +1,10 @@ -__version__ = "0.0.0.dev1" +__version__ = "0.0.0.dev2" __author__ = "Lightning-AI et al." __author_email__ = "community@lightning.ai" __license__ = "Apache-2.0" -__copyright__ = f"Copyright (c) 2022-2024, {__author__}." +__copyright__ = f"Copyright (c) 2024, {__author__}." __homepage__ = "https://github.com/Lightning-AI/litserve" -__docs__ = "PyTorch Lightning Sample project." +__docs__ = "Lightweight AI server." __all__ = [ "__author__",