Skip to content

Commit

Permalink
Bump version name
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBin99 committed Apr 7, 2021
1 parent 3840505 commit d9ef41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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__))

Expand All @@ -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",
Expand Down

0 comments on commit d9ef41b

Please sign in to comment.