Skip to content

Commit

Permalink
bump version to 0.1.3.post1 (DeepLink-org#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinminxi104 authored Dec 11, 2024
1 parent 383598b commit df4f81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dlinfer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import dlinfer.vendor as vendor

vendor.vendor_torch_init()
__version__ = '0.1.3'
__version__ = '0.1.3.post1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from skbuild import setup


VERSION = "0.1.3"
VERSION = "0.1.3.post1"

vendor_dispatch_key_map = {
"ascend": "PrivateUse1",
Expand Down

0 comments on commit df4f81b

Please sign in to comment.