Skip to content

Commit

Permalink
Bump to v0.1.8 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Dec 23, 2023
1 parent de16604 commit 3f10cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion awq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
from awq.models.auto import AutoAWQForCausalLM
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

os.environ["CC"] = "g++"
os.environ["CXX"] = "g++"
AUTOAWQ_VERSION = "0.1.7"
AUTOAWQ_VERSION = "0.1.8"
PYPI_BUILD = os.getenv("PYPI_BUILD", "0") == "1"

if not PYPI_BUILD:
Expand Down

0 comments on commit 3f10cf1

Please sign in to comment.