From 62c039cf277cda9e36d6fb81dd35b1775527728e Mon Sep 17 00:00:00 2001 From: zengbin93 Date: Sun, 8 Dec 2024 13:36:41 +0800 Subject: [PATCH] 0.9.62 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 30a280f95..d77dd7437 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -5,7 +5,7 @@ name: Python package on: push: - branches: [ master, 'V0.9.61' ] + branches: [ master, 'V0.9.62' ] pull_request: branches: [ master ] diff --git a/czsc/__init__.py b/czsc/__init__.py index 6035a6d82..a041ae6c8 100644 --- a/czsc/__init__.py +++ b/czsc/__init__.py @@ -225,10 +225,10 @@ ) -__version__ = "0.9.61" +__version__ = "0.9.62" __author__ = "zengbin93" __email__ = "zeng_bin8888@163.com" -__date__ = "20241101" +__date__ = "20241208" def welcome():