Bump version to 1.1.0 (#190)

pull/194/head v1.1.0
Alexander Borzunov 1 year ago committed by GitHub
parent a617ce3cfa
commit 82c9f93ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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()

Loading…
Cancel
Save