We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3aed6d commit 0ce8519Copy full SHA for 0ce8519
setup.py
@@ -251,7 +251,7 @@ def get_name():
251
252
cmdclass_dict = {"bdist_wheel": CustomBdistWheel}
253
cmdclass_dict["build_ext"] = CMakeBuild
254
-FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.5.0-dev")
+FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.6.0-dev")
255
cmdclass_dict["build_optl"] = PostInstallCommand
256
257
0 commit comments