浏览代码

feat: bump up the version

AlpinDale 1 年之前
父节点
当前提交
229733d39f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.0"
+__version__ = "0.1"
 
 __all__ = [
     "LLM",