We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7588e8 commit 62fd8ffCopy full SHA for 62fd8ff
1 file changed
python/setup.py
@@ -785,7 +785,7 @@ def get_git_version_suffix():
785
786
setup(
787
name=os.environ.get("FLAGTREE_WHEEL_NAME", "flagtree"),
788
- version="0.3.0" + os.environ.get("FLAGTREE_WHEEL_VERSION_SUFFIX", ""),
+ version="0.4.0" + os.environ.get("FLAGTREE_WHEEL_VERSION_SUFFIX", ""),
789
author="FlagOS",
790
author_email="contact@flagos.io",
791
description=
0 commit comments