From 37e832de20a973e4bce4e4a5b7dd785e56b414d7 Mon Sep 17 00:00:00 2001 From: yvictor Date: Wed, 1 Nov 2023 07:18:37 +0000 Subject: [PATCH] 1.1.13 --- Dockerfile | 2 +- Dockerfile-jupyter | 2 +- _version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68fdf57..f3a518c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM python:3.7-slim -RUN pip install shioaji==1.1.12 +RUN pip install shioaji==1.1.13 diff --git a/Dockerfile-jupyter b/Dockerfile-jupyter index 0f7b3da..96c9030 100644 --- a/Dockerfile-jupyter +++ b/Dockerfile-jupyter @@ -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 diff --git a/_version b/_version index ccad953..9ea63db 100644 --- a/_version +++ b/_version @@ -1 +1 @@ -1.1.12 +1.1.13