From 3570ff3dd81a0a7f53d44eba3cce93107499b4ac Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Fri, 13 Jan 2017 19:41:22 -0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- satellite_populate/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/satellite_populate/__init__.py b/satellite_populate/__init__.py index 9451449..ff5f6d9 100644 --- a/satellite_populate/__init__.py +++ b/satellite_populate/__init__.py @@ -1,7 +1,7 @@ """This package contains tools to populate and validate the system""" __author__ = """Bruno Rocha""" __email__ = 'rochacbruno@gmail.com' -__version__ = '0.1.2' +__version__ = '0.1.3' from satellite_populate.decorators import populate_with # noqa from satellite_populate.main import load_data # noqa diff --git a/setup.cfg b/setup.cfg index 01aa7ad..dd1a246 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = True diff --git a/setup.py b/setup.py index 298461b..49f2d92 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='satellite_populate', - version='0.1.2', + version='0.1.3', description="Populate and Validate the System using YAML", long_description=readme + '\n\n' + history, author="Bruno Rocha",