Skip to content

Commit

Permalink
version correction
Browse files Browse the repository at this point in the history
  • Loading branch information
algo2t committed Aug 27, 2021
1 parent 55ebfa2 commit e8c3aeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"python.pythonPath": "D:\\Apps\\Scoop\\apps\\python\\current\\python.exe"
}
"python.pythonPath": "d:\\trading\\alphatrade_fresh\\venv\\Scripts\\python.exe",
"python.linting.pylintEnabled": false,
"python.linting.banditEnabled": true,
"python.linting.enabled": true
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e8c3aeb

Please sign in to comment.