Skip to content

Commit

Permalink
bump version to v0.5.1 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale authored Mar 15, 2024
1 parent f8652c8 commit 594fe81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aphrodite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from aphrodite.common.outputs import CompletionOutput, RequestOutput
from aphrodite.common.sampling_params import SamplingParams

__version__ = "0.5.0"
__version__ = "0.5.1"

__all__ = [
"LLM",
Expand Down

0 comments on commit 594fe81

Please sign in to comment.