forked from gbeced/pyalgotrade
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gabriel Becedillas
authored and
Gabriel Becedillas
committed
Mar 30, 2014
1 parent
cc12053
commit 56878f2
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
.. moduleauthor:: Gabriel Martin Becedillas Ruiz <[email protected]> | ||
""" | ||
|
||
__version__ = "0.14" | ||
__version__ = "0.15" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,13 @@ | |
|
||
setup( | ||
name='PyAlgoTrade', | ||
version='0.14', | ||
version='0.15', | ||
description='Python Algorithmic Trading', | ||
long_description='Python library for backtesting stock trading strategies.', | ||
author='Gabriel Martin Becedillas Ruiz', | ||
author_email='[email protected]', | ||
url='http://gbeced.github.io/pyalgotrade/', | ||
download_url='http://sourceforge.net/projects/pyalgotrade/files/0.14/PyAlgoTrade-0.14.tar.gz/download', | ||
download_url='http://sourceforge.net/projects/pyalgotrade/files/0.15/PyAlgoTrade-0.15.tar.gz/download', | ||
packages=['pyalgotrade', | ||
'pyalgotrade.barfeed', | ||
'pyalgotrade.bitstamp', | ||
|