Set version to v0.4.1

This commit is contained in:
JensDiemer 2022-10-04 09:15:27 +02:00
parent 85c5d837af
commit 0dae91f5dc
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"description": {
"en": "App to demonstrate the integration of a Django project under YunoHost via https://github.com/YunoHost-Apps/django_yunohost_integration"
},
"version": "0.4.0~ynh1",
"version": "0.4.1~ynh1",
"url": "https://github.com/YunoHost-Apps/django_example_ynh",
"upstream": {
"license": "GPL-3.0",

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "django_example_ynh"
version = "0.4.0+ynh1"
version = "0.4.1+ynh1"
description = "Demo YunoHost Application to demonstrate the integration of a Django project under YunoHost."
authors = ["JensDiemer <git@jensdiemer.de>"]
license = "GPL"