Skip to content

Commit

Permalink
Bump version to 2.0.1 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov authored Jul 23, 2023
1 parent fd19c21 commit f3fafd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ install_requires =
tokenizers>=0.13.3
transformers>=4.31.0,<5.0.0
speedtest-cli==2.1.3
pydantic>=1.10,<2.0 # 2.0 is incompatible with hivemind==1.1.8
hivemind @ git+https://github.com/learning-at-home/hivemind
pydantic>=1.10,<2.0 # 2.0 is incompatible with hivemind yet
hivemind==1.1.9
tensor_parallel==1.0.23
humanfriendly
async-timeout>=4.0.2
Expand Down
2 changes: 1 addition & 1 deletion src/petals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from petals.utils import *
from petals.utils.logging import initialize_logs as _initialize_logs

__version__ = "2.0.0.post3"
__version__ = "2.0.1"


if not os.getenv("PETALS_IGNORE_DEPENDENCY_VERSION"):
Expand Down

0 comments on commit f3fafd1

Please sign in to comment.