Browse Source

Bump version to 1.1.5 (#312)

Alexander Borzunov 2 years ago
parent
commit
675bacb592
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/petals/__init__.py

+ 1 - 1
src/petals/__init__.py

@@ -5,7 +5,7 @@ import hivemind
 from petals.client import *
 from petals.utils.logging import initialize_logs as _initialize_logs
 
-__version__ = "1.1.4"
+__version__ = "1.1.5"
 
 
 def _override_bfloat16_mode_default():