Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

setup(
name="accelerate-kt",
version="1.14.0",
version="1.14.0.post1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version update to 1.14.0.post1 in setup.py is inconsistent with the __version__ string in src/accelerate/__init__.py, which is still set to 1.14.0. To ensure that the package reports the correct version at runtime (e.g., via accelerate.__version__), please update the version in src/accelerate/__init__.py as well.

description="Accelerate",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down
Loading