Skip to content

Commit

Permalink
slightly bump version for pypi re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale committed Nov 3, 2023
1 parent 83f766d commit 6f472e0
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.4-dev"
__version__ = "0.4.1-dev"

__all__ = [
"LLM",
Expand Down

0 comments on commit 6f472e0

Please sign in to comment.