Forráskód Böngészése

Bump version to 2.2.0

Alexander Borzunov 1 éve
szülő
commit
39d0b31dcf
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.1.0"
+__version__ = "2.2.0"
 
 
 if not os.getenv("PETALS_IGNORE_DEPENDENCY_VERSION"):