Skip to content

Commit

Permalink
Bump to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Oct 5, 2023
1 parent 70d5297 commit a6ecd0d
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.2"
__version__ = "0.1.3"
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 @@ -9,7 +9,7 @@
os.environ["CXX"] = "g++"

common_setup_kwargs = {
"version": "0.1.2",
"version": "0.1.3",
"name": "autoawq",
"author": "Casper Hansen",
"license": "MIT",
Expand Down

0 comments on commit a6ecd0d

Please sign in to comment.