Skip to content

Commit

Permalink
Update version to v0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ttt733 committed May 14, 2019
1 parent e176e3e commit c73cbd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name = "pypi"

[packages]
numpy = ">1.16"
alpaca-trade-api = "==0.25"
pylivetrader = "==0.0.25"
alpaca-trade-api = "==0.28"
pylivetrader = "==0.0.29"
pipeline-live = "==0.1.4"
ta-lib = "==0.4.17"

Expand Down
2 changes: 1 addition & 1 deletion pylivetrader/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = '0.0.28'
VERSION = '0.0.29'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'PyYAML',
'ipython',
# support alpaca backend by default
'alpaca-trade-api>=0.27',
'alpaca-trade-api>=0.28',
],
tests_require=[
'pytest',
Expand Down

0 comments on commit c73cbd0

Please sign in to comment.