Skip to content

Commit 9b3eb9c

Browse files
committed
setup
1 parent 1998777 commit 9b3eb9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@
9898

9999
setup( name='redblackpy',
100100
ext_modules = cythonize(ext_modules),
101-
version='0.0.0.0',
101+
version='0.1.0.0',
102102
author='Solodskikh Kirill',
103103
author_email='solodskihkirill@gmail.com',
104104
maintainer='Intuition',
105105
maintainer_email='dev@intuition.engineering',
106106
install_requires=['cython>=0.27', 'pandas'],
107-
description='Series on red-black trees.',
107+
description='Data structures based on red-black trees.',
108108
url='https://intuitionengineeringteam.github.io/RedBlackPy/',
109109
download_url='https://github.com/IntuitionEngineeringTeam/RedBlackPy/archive/master.zip',
110110
zip_safe=False,

0 commit comments

Comments
 (0)