We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1998777 commit 9b3eb9cCopy full SHA for 9b3eb9c
1 file changed
setup.py
@@ -98,13 +98,13 @@
98
99
setup( name='redblackpy',
100
ext_modules = cythonize(ext_modules),
101
- version='0.0.0.0',
+ version='0.1.0.0',
102
author='Solodskikh Kirill',
103
author_email='solodskihkirill@gmail.com',
104
maintainer='Intuition',
105
maintainer_email='dev@intuition.engineering',
106
install_requires=['cython>=0.27', 'pandas'],
107
- description='Series on red-black trees.',
+ description='Data structures based on red-black trees.',
108
url='https://intuitionengineeringteam.github.io/RedBlackPy/',
109
download_url='https://github.com/IntuitionEngineeringTeam/RedBlackPy/archive/master.zip',
110
zip_safe=False,
0 commit comments