diff --git a/setup.py b/setup.py index 62a2fc514..707da1695 100644 --- a/setup.py +++ b/setup.py @@ -193,7 +193,7 @@ def get_name(): cmdclass_dict = {'bdist_wheel': CustomBdistWheel} cmdclass_dict['build_ext'] = CMakeBuild -FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.0.0-dev") +FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.0.3") cmdclass_dict['build_optl'] = PostInstallCommand setup(