diff --git a/setup.py b/setup.py index bed4242..7c746ed 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from os import path -from setuptools import setup, find_packages +from setuptools import find_packages, setup this_directory = path.abspath(path.dirname(__file__)) @@ -10,7 +10,7 @@ setup( name="django-vite", - version="1.0.2", + version="1.0.3", description="Integration of ViteJS in a Django project.", long_description=README, long_description_content_type="text/markdown",