Skip to content

Commit

Permalink
update version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Nov 16, 2024
1 parent 876c12a commit bedd059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/download_wheels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Set variables
AWQ_KERNELS_VERSION="0.0.8"
AWQ_KERNELS_VERSION="0.0.9"
RELEASE_URL="https://api.github.com/repos/casper-hansen/AutoAWQ_kernels/releases/tags/v${AWQ_KERNELS_VERSION}"

# Create a directory to download the wheels
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
os.environ["CC"] = "g++"
if "CXX" not in os.environ:
os.environ["CXX"] = "g++"
AUTOAWQ_KERNELS_VERSION = "0.0.8"
AUTOAWQ_KERNELS_VERSION = "0.0.9"
PYPI_BUILD = os.getenv("PYPI_BUILD", "0") == "1"
COMPUTE_CAPABILITIES = os.getenv("COMPUTE_CAPABILITIES", "75,80,86,87,89,90")
TORCH_VERSION = str(os.getenv("TORCH_VERSION", None) or torch.__version__).split('+', maxsplit=1)[0]
Expand Down

0 comments on commit bedd059

Please sign in to comment.