diff --git a/.vscode/settings.json b/.vscode/settings.json index 88bcb10..0b17a6d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "python.pythonPath": "D:\\Apps\\Scoop\\apps\\python\\current\\python.exe" -} \ No newline at end of file + "python.pythonPath": "d:\\trading\\alphatrade_fresh\\venv\\Scripts\\python.exe", + "python.linting.pylintEnabled": false, + "python.linting.banditEnabled": true, + "python.linting.enabled": true +} diff --git a/setup.py b/setup.py index 1c75454..8ad0176 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name='alphatrade', packages=setuptools.find_packages(), - version='0.1.4', + version='0.1.3', include_package_data=True, description='Python APIs for SAS Online Alpha Trade Web Platform', long_description=long_description,