Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Dec 30, 2022
1 parent 4014442 commit ff8ade8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = petals
version = 1.0alpha1
version = 1.0.0
author = Petals Developers
author_email = [email protected]
description = Easy way to efficiently run 100B+ language models without high-end GPUs
Expand Down
2 changes: 1 addition & 1 deletion src/petals/__init__.py
Original file line number Diff line number Diff line change
@@ -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()

0 comments on commit ff8ade8

Please sign in to comment.