Skip to content

Commit ec6f0a6

Browse files
committed
chore(//py): Fix version number
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent c6874c3 commit ec6f0a6

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)