Browse Source

Bump version to 1.0.0

Aleksandr Borzunov 2 years ago
parent
commit
ff8ade8d3b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      setup.cfg
  2. 1 1
      src/petals/__init__.py

+ 1 - 1
setup.cfg

@@ -1,6 +1,6 @@
 [metadata]
 name = petals
-version = 1.0alpha1
+version = 1.0.0
 author = Petals Developers
 author_email = petals-dev@googlegroups.com
 description = Easy way to efficiently run 100B+ language models without high-end GPUs

+ 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.0alpha1"
+__version__ = "1.0.0"
 
 _initialize_logs()