From 9b1c3392fd234d443d43ef1b90af9cef67b8ab96 Mon Sep 17 00:00:00 2001 From: Tim Adams Date: Mon, 27 May 2024 11:12:11 +0200 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',