We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7518d65 commit 9d507e9Copy full SHA for 9d507e9
1 file changed
setup.py
@@ -1,8 +1,8 @@
1
from setuptools import setup, find_packages
2
3
setup(
4
- name='tradu',
5
- version='0.1.1',
+ name='pythonpine',
+ version='0.1.2',
6
author='Kushal Garg',
7
description='Pine Script-style indicator engine in Python',
8
packages=find_packages(),
0 commit comments