diff --git a/README.md b/README.md index 7a83560..a9bacd3 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,9 @@ ____________________________________________________________________________ ### will return Series with calculated BBANDS values but will use KAMA instead of MA for calculation, other types of Moving Averages are allowed as well. `TA.BBANDS(ohlc, TA.KAMA(ohlc, 20))` + +For more examples see examples directory. + ------------------------------------------------------------------------ I welcome pull requests with new indicators or fixes for existing ones. diff --git a/setup.py b/setup.py index 2f11b24..17cbf30 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="finta", - version="0.4.0", + version="0.4.1", description=" Common financial technical indicators implemented in Pandas.", long_description=long_description, long_description_content_type="text/markdown",