Skip to content

Commit

Permalink
0.9.27 first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Aug 11, 2023
1 parent ffc7240 commit 93a13ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python package

on:
push:
branches: [ master, V0.9.26 ]
branches: [ master, V0.9.27 ]
pull_request:
branches: [ master ]

Expand Down
4 changes: 2 additions & 2 deletions czsc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
__date__ = "20230726"
__date__ = "20230812"


def welcome():
Expand Down

0 comments on commit 93a13ff

Please sign in to comment.