From c4e0d405011515a54eb9e1446ec5a9ad942876e0 Mon Sep 17 00:00:00 2001 From: gerardpuig Date: Fri, 15 May 2020 13:12:28 +0200 Subject: [PATCH] bump version to 1.1.3 --- setup.cfg | 2 +- ubuntucleaner/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index be3813c..ff678b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [sdist_dsc] -suite: eoan +suite: focal depends3: python3-dbus, python3-aptdaemon, python3-aptdaemon.gtk3widgets, python3-lxml package3: ubuntu-cleaner \ No newline at end of file diff --git a/ubuntucleaner/__init__.py b/ubuntucleaner/__init__.py index 88b7edd..b04f37e 100644 --- a/ubuntucleaner/__init__.py +++ b/ubuntucleaner/__init__.py @@ -1,2 +1,2 @@ -VERSION = (1, 1, 2) +VERSION = (1, 1, 3) __version__ = '.'.join(map(str, VERSION))