Skip to content

Commit

Permalink
update version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Sep 18, 2020
1 parent db3567c commit f3ab4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz && \
make install
RUN rm -R ta-lib ta-lib-0.4.0-src.tar.gz

RUN pip install pylivetrader==0.5.0
RUN pip install pylivetrader==0.5.1
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.5.0'
VERSION = '0.5.1'

0 comments on commit f3ab4ac

Please sign in to comment.