Skip to content

Commit 62fd8ff

Browse files
authored
[Release] Update flagtree version to v0.4.0 on triton_v3.3.x branch (#282)
1 parent a7588e8 commit 62fd8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ def get_git_version_suffix():
785785

786786
setup(
787787
name=os.environ.get("FLAGTREE_WHEEL_NAME", "flagtree"),
788-
version="0.3.0" + os.environ.get("FLAGTREE_WHEEL_VERSION_SUFFIX", ""),
788+
version="0.4.0" + os.environ.get("FLAGTREE_WHEEL_VERSION_SUFFIX", ""),
789789
author="FlagOS",
790790
author_email="contact@flagos.io",
791791
description=

0 commit comments

Comments
 (0)