浏览代码

(temporary) bump version

justheuristic 1 年之前
父节点
当前提交
313992eb38
共有 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.dev1"
+__version__ = "2.2.0.post1"
 
 
 if not os.getenv("PETALS_IGNORE_DEPENDENCY_VERSION"):