From eedac1c3a56e96fdc033788d69c9b4bd247e8568 Mon Sep 17 00:00:00 2001 From: zengbin93 Date: Sun, 21 Jan 2024 13:00:19 +0800 Subject: [PATCH] 0.9.42 start coding --- .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 92d00c571..2872d9dd9 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -5,7 +5,7 @@ name: Python package on: push: - branches: [ master, V0.9.41 ] + branches: [ master, V0.9.42 ] pull_request: branches: [ master ] diff --git a/czsc/__init__.py b/czsc/__init__.py index 204cd49aa..793d15344 100644 --- a/czsc/__init__.py +++ b/czsc/__init__.py @@ -126,10 +126,10 @@ find_most_similarity, ) -__version__ = "0.9.41" +__version__ = "0.9.42" __author__ = "zengbin93" __email__ = "zeng_bin8888@163.com" -__date__ = "20240114" +__date__ = "20240121" def welcome():