We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fccf543 commit 5756301Copy full SHA for 5756301
3 files changed
Dockerfile
@@ -1,3 +1,3 @@
1
FROM python:3.10-slim
2
3
-RUN pip install shioaji==1.3.0
+RUN pip install shioaji==1.3.1
Dockerfile-jupyter
@@ -1,6 +1,6 @@
FROM jupyter/datascience-notebook:python-3.10
4
WORKDIR /home/work
5
RUN wget https://raw.githubusercontent.com/Sinotrade/Sinotrade.github.io/master/tutorial/shioaji_tutorial.ipynb
6
EXPOSE 8888
_version
@@ -1 +1 @@
-1.3.0
+1.3.1
0 commit comments