فهرست منبع

Bump version for inference diagnostics (#543)

bump version for inference diagnostics
justheuristic 1 سال پیش
والد
کامیت
d59c15c578
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/petals/__init__.py

+ 1 - 1
src/petals/__init__.py

@@ -17,7 +17,7 @@ from petals.models import *
 from petals.utils import *
 from petals.utils.logging import initialize_logs as _initialize_logs
 
-__version__ = "2.3.0.dev0"
+__version__ = "2.3.0.dev1"
 
 
 if not os.getenv("PETALS_IGNORE_DEPENDENCY_VERSION"):