diff --git a/setup.py b/setup.py index f9dc2d8..852d1a9 100644 --- a/setup.py +++ b/setup.py @@ -14,9 +14,9 @@ long_description = DESCRIPTION setup( - name='intdex', - version='0.0.2', - packages=['index'], + name='datastew', + version='0.1.0', + packages=['datastew'], url='https://github.com/SCAI-BIO/index', license='Apache-2.0 license"', author='Tim Adams',