From 320aafd2944a950b80e50e203267ae2aeecc94d1 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Mon, 10 Sep 2018 15:38:09 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.6=20=E2=86=92=200.6.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a715630..ed5df14 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.6 +current_version = 0.6.7 commit = True tag = True diff --git a/setup.py b/setup.py index ef3fbfd..61691c6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup setup(name='gomatic', - version='0.6.6', + version='0.6.7', description='API for configuring GoCD', url='https://github.com/gocd-contrib/gomatic', author='The Gomatic Maintainers',