Browse Source

feat: bump up the version

AlpinDale 1 năm trước cách đây
mục cha
commit
229733d39f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",