From 78a43350ed22b1fb68c7c7ee6e8bb780420a9108 Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sat, 7 Jan 2023 21:48:24 +0100 Subject: [PATCH] Cambio versione loaih. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c41059f..23029eb 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,13 @@ #!/usr/bin/env python # encoding: utf-8 # vim:sts=4:sw=4 +"""Helps building and automatizing building LibreOffice AppImages.""" from setuptools import setup,find_packages setup( name="loaih", - version="1.2.0", + version="1.3.0", description="LOAIH - LibreOffice AppImage Helpers, help build a LibreOffice AppImage", author="Emiliano Vavassori", author_email="syntaxerrormmm@libreoffice.org",