Skip to content

Commit

Permalink
Bump to 0.1.8 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wejoncy authored Mar 21, 2024
1 parent b2a4277 commit 408c79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qllm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
os.environ["HTTP_PROXY"] = f"http://127.0.0.1:{proxy_port}"
os.environ["HTTPS_PROXY"] = f"http://127.0.0.1:{proxy_port}"

__version__ = '0.1.7.1'
__version__ = '0.1.8'

0 comments on commit 408c79f

Please sign in to comment.