Skip to content

Commit

Permalink
Release dev2 (#12)
Browse files Browse the repository at this point in the history
* Expose root path

* Update release

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
lantiga and pre-commit-ci[bot] authored Mar 7, 2024
1 parent 64fa4db commit 52afae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/litserve/__about__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
__version__ = "0.0.0.dev1"
__version__ = "0.0.0.dev2"
__author__ = "Lightning-AI et al."
__author_email__ = "[email protected]"
__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__",
Expand Down

0 comments on commit 52afae5

Please sign in to comment.