Jelajahi Sumber

Bump version to 1.1.3 (#278)

Alexander Borzunov 2 tahun lalu
induk
melakukan
c519bffc59
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/petals/__init__.py

+ 1 - 1
src/petals/__init__.py

@@ -1,6 +1,6 @@
 from petals.client import *
 from petals.utils.logging import initialize_logs as _initialize_logs
 
-__version__ = "1.1.2"
+__version__ = "1.1.3"
 
 _initialize_logs()