Skip to content

Commit

Permalink
Bump version to 1.1.0 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Jan 10, 2023
1 parent a617ce3 commit 82c9f93
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.0.0
version = attr: petals.__version__
author = Petals Developers
author_email = petals-dev@googlegroups.com
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.0.0"
__version__ = "1.1.0"

_initialize_logs()

0 comments on commit 82c9f93

Please sign in to comment.