We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a173a0c commit 93832a6Copy full SHA for 93832a6
src/llmcompressor/version.py
@@ -8,7 +8,7 @@
8
from typing import Optional, Tuple
9
10
# Define the base version and build type
11
-version_base = "0.2.0"
+version_base = "0.3.0"
12
build_type = "dev" # can be 'release', 'nightly', 'dev', or 'dev' with a dev number
13
14
0 commit comments