Skip to content

Commit

Permalink
Bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
casper-hansen committed Sep 27, 2023
1 parent f220ccf commit 6bdcd78
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.0"
__version__ = "0.1.1"
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.0",
"version": "0.1.1",
"name": "autoawq",
"author": "Casper Hansen",
"license": "MIT",
Expand Down

0 comments on commit 6bdcd78

Please sign in to comment.