Skip to content

Commit 1c6abaf

Browse files
authored
bump version to 0.2.4 (#283)
1 parent f0628dc commit 1c6abaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2.3.post2"
5+
__version__ = "0.2.4"

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.2.3.post2"
8+
VERSION = "0.2.4"
99

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

0 commit comments

Comments
 (0)