Skip to content

Commit e8c3aeb

Browse files
committed
version correction
1 parent 55ebfa2 commit e8c3aeb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vscode/settings.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"python.pythonPath": "D:\\Apps\\Scoop\\apps\\python\\current\\python.exe"
3-
}
2+
"python.pythonPath": "d:\\trading\\alphatrade_fresh\\venv\\Scripts\\python.exe",
3+
"python.linting.pylintEnabled": false,
4+
"python.linting.banditEnabled": true,
5+
"python.linting.enabled": true
6+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name='alphatrade',
88
packages=setuptools.find_packages(),
9-
version='0.1.4',
9+
version='0.1.3',
1010
include_package_data=True,
1111
description='Python APIs for SAS Online Alpha Trade Web Platform',
1212
long_description=long_description,

0 commit comments

Comments
 (0)