Skip to content

Commit

Permalink
Bump to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Nov 16, 2023
1 parent 6f516b8 commit 87350fe
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.6"
__version__ = "0.1.7"
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.6"
AUTOAWQ_VERSION = "0.1.7"
PYPI_BUILD = os.getenv("PYPI_BUILD", "0") == "1"

if not PYPI_BUILD:
Expand Down

0 comments on commit 87350fe

Please sign in to comment.