daily fix

This commit is contained in:
David Brazda
2024-10-21 13:47:54 +02:00
parent 149c6fd00e
commit 1906bb8eec
4 changed files with 24 additions and 11 deletions

View File

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