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 55ebfa2 commit e8c3aebCopy full SHA for e8c3aeb
.vscode/settings.json
@@ -1,3 +1,6 @@
1
{
2
- "python.pythonPath": "D:\\Apps\\Scoop\\apps\\python\\current\\python.exe"
3
-}
+ "python.pythonPath": "d:\\trading\\alphatrade_fresh\\venv\\Scripts\\python.exe",
+ "python.linting.pylintEnabled": false,
4
+ "python.linting.banditEnabled": true,
5
+ "python.linting.enabled": true
6
+}
setup.py
@@ -6,7 +6,7 @@
setuptools.setup(
7
name='alphatrade',
8
packages=setuptools.find_packages(),
9
- version='0.1.4',
+ version='0.1.3',
10
include_package_data=True,
11
description='Python APIs for SAS Online Alpha Trade Web Platform',
12
long_description=long_description,
0 commit comments