From 0dae91f5dcc2a63268c71ad66f9fd0177d952dcd Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 4 Oct 2022 09:15:27 +0200 Subject: [PATCH] Set version to v0.4.1 --- manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ffdfd86..97bf716 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index 2aad358..3f6f3bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL"