From 95790c227065138cfb5f17429ce9b0e23e3d3fef Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Jan 31 2019 11:39:52 +0000 Subject: New release 0.1.29 Signed-off-by: Lubomír Sedlář --- diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0e195cc..516c245 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.28 +current_version = 0.1.29 commit = True message = New release {new_version} commit_args = -s diff --git a/setup.py b/setup.py index 21f49e9..08e5360 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='compose-utils', - version='0.1.28', + version='0.1.29', description='Utilities for working with composes', url='https://pagure.io/compose-utils', author='Lubomír Sedlář',