Skip to content

Commit aecf17c

Browse files
authored
Merge pull request #478 from NVIDIA/0.4.0_bump
chore(//py): Fix version number
2 parents 03a6ca4 + ec6f0a6 commit aecf17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
dir_path = os.path.dirname(os.path.realpath(__file__))
1818

19-
__version__ = '0.4.0a'
19+
__version__ = '0.4.0a0'
2020

2121
CXX11_ABI = False
2222

0 commit comments

Comments
 (0)