@ -26,9 +26,9 @@ author = 'Franco Masotti'
# built documents.
#
# The short X.Y version.
version = '4.0.0'
version = '5.0.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.0'
release = '5.0.0'
# -- General configuration ---------------------------------------------------
@ -23,7 +23,7 @@ from setuptools import find_packages, setup
setup(
name='django_futils',
version='4.0.0',
version='5.0.0',
include_package_data=True,
packages=find_packages(exclude=['*tests*']),
license='GPL',