Bump to version 0.4.1

This commit is contained in:
Garret Wassermann
2022-07-02 06:40:35 -04:00
parent 4f4f2c5687
commit fbf022df96
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ project_root = os.path.dirname(here)
NAME = 'django-helpdesk-demodesk'
DESCRIPTION = 'A demo Django project using django-helpdesk'
README = open(os.path.join(here, 'README.rst')).read()
VERSION = '0.4.0'
VERSION = '0.4.1'
#VERSION = open(os.path.join(project_root, 'VERSION')).read().strip()
AUTHOR = 'django-helpdesk team'
URL = 'https://github.com/django-helpdesk/django-helpdesk'