diff --git a/setup.py b/setup.py index 2e589fa1..f44f949a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def get_install_requires(): setup( name='django-3-jet', - version=__import__('jet').VERSION, + version='1.0.8', description='Modern template for Django admin interface with improved functionality', long_description=read('README.rst'), author='Denis Kildishev',