This commit is contained in:
David Brazda
2024-10-21 20:19:16 +02:00
parent 609a2846c2
commit 2fcb42902c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='ttools',
version='0.3.5',
version='0.3.6',
packages=find_packages(),
install_requires=[
'vectorbtpro',

View File

@ -1,2 +1,2 @@
from .vbtutils import AnchoredIndicator, create_mask_from_window, isrising, isfalling
from .vbtutils import AnchoredIndicator, create_mask_from_window, isrising, isfalling, isrisingc, isfallingc
from .vbtindicators import register_custom_inds