Skip to content

Commit 0ce8519

Browse files
Update setup.py
1 parent e3aed6d commit 0ce8519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def get_name():
251251

252252
cmdclass_dict = {"bdist_wheel": CustomBdistWheel}
253253
cmdclass_dict["build_ext"] = CMakeBuild
254-
FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.5.0-dev")
254+
FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.6.0-dev")
255255
cmdclass_dict["build_optl"] = PostInstallCommand
256256

257257

0 commit comments

Comments
 (0)