From 93a13ffaece2402d4f7118212a0affc22be61211 Mon Sep 17 00:00:00 2001 From: zengbin93 Date: Fri, 11 Aug 2023 16:53:36 +0800 Subject: [PATCH] 0.9.27 first commit --- .github/workflows/pythonpackage.yml | 2 +- czsc/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index a31c0639b..244050925 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -5,7 +5,7 @@ name: Python package on: push: - branches: [ master, V0.9.26 ] + branches: [ master, V0.9.27 ] pull_request: branches: [ master ] diff --git a/czsc/__init__.py b/czsc/__init__.py index b7b5c3d2b..186f8a94b 100644 --- a/czsc/__init__.py +++ b/czsc/__init__.py @@ -29,10 +29,10 @@ from czsc.utils.cache import home_path, get_dir_size, empty_cache_path -__version__ = "0.9.26" +__version__ = "0.9.27" __author__ = "zengbin93" __email__ = "zeng_bin8888@163.com" -__date__ = "20230726" +__date__ = "20230812" def welcome():