We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ba9a0 commit 6ead7a3Copy full SHA for 6ead7a3
setup.py
@@ -181,7 +181,7 @@ def get_name():
181
182
cmdclass_dict = {"bdist_wheel": CustomBdistWheel}
183
cmdclass_dict["build_ext"] = CMakeBuild
184
-FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.0.0-dev")
+FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.1.0-dev")
185
cmdclass_dict["build_optl"] = PostInstallCommand
186
187
setup(
0 commit comments