Browse Source

slightly bump version for pypi re-release

AlpinDale 1 year ago
parent
commit
6f472e06ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aphrodite/__init__.py

+ 1 - 1
aphrodite/__init__.py

@@ -6,7 +6,7 @@ from aphrodite.endpoints.llm import LLM
 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",