Skip to content

Commit a5b8811

Browse files
committed
Release: v0.6.2
1 parent 54a685a commit a5b8811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="accelerate",
33-
version="0.6.1",
33+
version="0.6.2",
3434
description="Accelerate",
3535
long_description=open("README.md", "r", encoding="utf-8").read(),
3636
long_description_content_type="text/markdown",

src/accelerate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# There's no way to ignore "F401 '...' imported but unused" warnings in this
33
# module, but to preserve other warnings. So, don't check this module at all.
44

5-
__version__ = "0.6.1"
5+
__version__ = "0.6.2"
66

77
from .accelerator import Accelerator
88
from .kwargs_handlers import DistributedDataParallelKwargs, GradScalerKwargs, InitProcessGroupKwargs

0 commit comments

Comments
 (0)