From 775390f445eaddc10d1ec412c5d266b6d50c6857 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 16 May 2022 12:25:22 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deepclean/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deepclean/__init__.py b/deepclean/__init__.py index e32d591..299b295 100644 --- a/deepclean/__init__.py +++ b/deepclean/__init__.py @@ -1,3 +1,3 @@ """Clean old versions of Docker images.""" -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/setup.cfg b/setup.cfg index 8e634d2..9ef58c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True -- GitLab