소스 검색

Bump version to 2.0.0.post3 (#391)

Alexander Borzunov 2 년 전
부모
커밋
d49d9ad0cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/petals/__init__.py

+ 1 - 1
src/petals/__init__.py

@@ -11,7 +11,7 @@ from petals.models import *
 from petals.utils import *
 from petals.utils.logging import initialize_logs as _initialize_logs
 
-__version__ = "2.0.0.post2"
+__version__ = "2.0.0.post3"
 
 
 if not os.getenv("PETALS_IGNORE_DEPENDENCY_VERSION"):