Browse Source

feat: bump up version

AlpinDale 1 năm trước cách đây
mục cha
commit
bf132e29d6
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.1"
+__version__ = "0.2"
 
 __all__ = [
     "LLM",