Skip to content

Commit

Permalink
1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Nov 1, 2023
1 parent ec7e130 commit 37e832d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.7-slim

RUN pip install shioaji==1.1.12
RUN pip install shioaji==1.1.13
2 changes: 1 addition & 1 deletion Dockerfile-jupyter
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jupyter/datascience-notebook:python-3.8.5

RUN pip install shioaji==1.1.12
RUN pip install shioaji==1.1.13
WORKDIR /home/work
RUN wget https://raw.githubusercontent.com/Sinotrade/Sinotrade.github.io/master/tutorial/shioaji_tutorial.ipynb
EXPOSE 8888
Expand Down
2 changes: 1 addition & 1 deletion _version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.12
1.1.13

0 comments on commit 37e832d

Please sign in to comment.