Skip to content

Commit 5756301

Browse files
committed
1.3.1
1 parent fccf543 commit 5756301

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM python:3.10-slim
22

3-
RUN pip install shioaji==1.3.0
3+
RUN pip install shioaji==1.3.1

Dockerfile-jupyter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM jupyter/datascience-notebook:python-3.10
22

3-
RUN pip install shioaji==1.3.0
3+
RUN pip install shioaji==1.3.1
44
WORKDIR /home/work
55
RUN wget https://raw.githubusercontent.com/Sinotrade/Sinotrade.github.io/master/tutorial/shioaji_tutorial.ipynb
66
EXPOSE 8888

_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

0 commit comments

Comments
 (0)