Skip to content

Commit 4880c16

Browse files
Update setup.py
1 parent dade19d commit 4880c16

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
@@ -181,7 +181,7 @@ def get_name():
181181

182182
cmdclass_dict = {"bdist_wheel": CustomBdistWheel}
183183
cmdclass_dict["build_ext"] = CMakeBuild
184-
FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.1.0-dev")
184+
FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.1.0")
185185
cmdclass_dict["build_optl"] = PostInstallCommand
186186

187187
setup(

0 commit comments

Comments
 (0)