Skip to content

Commit a99f77e

Browse files
authored
Bump version to 0.2.2 (#259)
1 parent 7f7c7cc commit a99f77e

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.2.1.post2"
5+
__version__ = "0.2.2"

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

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

0 commit comments

Comments
 (0)