diff --git a/setup.py b/setup.py index 2cf8ca5..5f26e01 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='ZipPy setup file', - version='0.1.1', + version='0.1.2', packages=['zippy'], package_data={"": ["*.txt"]}, entry_points={ @@ -14,4 +14,4 @@ setup( 'numpy', 'brotli' ] -) \ No newline at end of file +)