From 375ba01386136891c8f6be447dab3cce66848422 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Dec 17 2019 07:15:51 +0000 Subject: New release 0.1.41 Signed-off-by: Lubomír Sedlář --- diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b1b6b39..b35c669 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.40 +current_version = 0.1.41 commit = True message = New release {new_version} commit_args = -s diff --git a/setup.py b/setup.py index 8deeb16..fb75fb1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='compose-utils', - version='0.1.40', + version='0.1.41', description='Utilities for working with composes', url='https://pagure.io/compose-utils', author='Lubomír Sedlář',