Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jan 13, 2017
1 parent 92f26d4 commit 3570ff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 3570ff3

Please sign in to comment.