Skip to content

Commit

Permalink
Bump version for patch release (#1166)
Browse files Browse the repository at this point in the history
Summary
- Please don't add the ready label
  • Loading branch information
dsikka authored Feb 18, 2025
1 parent 32dd30d commit 4a34d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"datasets",
"accelerate>=0.20.3,!=1.1.0",
"pynvml",
"compressed-tensors"
"compressed-tensors==0.9.2"
if version_info.build_type == "release"
else "compressed-tensors-nightly",
],
Expand Down
2 changes: 1 addition & 1 deletion src/llmcompressor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import Optional, Tuple

# Define the base version and build type
version_base = "0.4.0"
version_base = "0.4.1"
build_type = "dev" # can be 'release', 'nightly', 'dev', or 'dev' with a dev number


Expand Down

0 comments on commit 4a34d0c

Please sign in to comment.