diff --git a/dist/core-0.1.tar.gz b/dist/core-0.1.tar.gz deleted file mode 100644 index a20f100..0000000 Binary files a/dist/core-0.1.tar.gz and /dev/null differ diff --git a/dist/doltpy-0.0.1.tar.gz b/dist/doltpy-0.0.1.tar.gz new file mode 100644 index 0000000..dc3d462 Binary files /dev/null and b/dist/doltpy-0.0.1.tar.gz differ diff --git a/dist/doltpy-0.1.tar.gz b/dist/doltpy-0.1.tar.gz deleted file mode 100644 index d066846..0000000 Binary files a/dist/doltpy-0.1.tar.gz and /dev/null differ diff --git a/setup.py b/setup.py index 35fd723..3d82910 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -setup(name='core', - version='0.1', +setup(name='doltpy', + version='0.0.1', packages=find_packages(), install_requires=['pandas>=0.25.0', 'pyarrow>=0.14.1', 'mysql-connector-python==8.0.17', 'retry>=0.9.2'], author='Liquidata',