From 4d7b380c89c34870f3fa72d9b4672064613f159c Mon Sep 17 00:00:00 2001 From: Kael Zhang Date: Mon, 16 Dec 2024 21:39:55 +0800 Subject: [PATCH] 1.4.6: README.md: typo typing: improve python typing --- docs/README.md | 2 +- stock_pandas/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 800ea7c..bd568c8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -245,7 +245,7 @@ stock.directive_stringify('kdj.j') And also ```py -from stock_pandas import +from stock_pandas import directive_stringify directive_stringify('kdj.j') # "kdj.j:9,3,3,50.0" diff --git a/stock_pandas/__init__.py b/stock_pandas/__init__.py index 550bade..77e0c46 100644 --- a/stock_pandas/__init__.py +++ b/stock_pandas/__init__.py @@ -20,4 +20,4 @@ cumulators ) -__version__ = '1.4.5' +__version__ = '1.4.6'