From 24f88bc6b136f4f042845c730abc89d1590679e4 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 18 Jan 2022 09:45:38 +0100 Subject: [PATCH] release as v0.13.0~ynh4 --- manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 58cfcb9..311cbc5 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Web based management to catalog things including state and location etc." }, - "version": "0.13.0~ynh3", + "version": "0.13.0~ynh4", "url": "https://github.com/jedie/PyInventory", "license": "GPL-3.0", "maintainer": { diff --git a/pyproject.toml b/pyproject.toml index 6c3efa6..57c587a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyinventory_ynh" -version = "0.13.0~ynh3" +version = "0.13.0~ynh4" description = "Test pyinventory_ynh via local_test.py" authors = ["JensDiemer "] license = "GPL"