Skip to content

Commit 8784ce6

Browse files
authored
bump version to 0.1.8 (#209)
1 parent bec381e commit 8784ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dlinfer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
import dlinfer.vendor as vendor
33

44
vendor.vendor_torch_init()
5-
__version__ = "0.1.7"
5+
__version__ = "0.1.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from skbuild import setup
66

77

8-
VERSION = "0.1.7"
8+
VERSION = "0.1.8"
99

1010
vendor_dispatch_key_map = {
1111
"ascend": "PrivateUse1",

0 commit comments

Comments
 (0)