diff --git a/gconfigs/__init__.py b/gconfigs/__init__.py index 4708b0b..b762c6e 100644 --- a/gconfigs/__init__.py +++ b/gconfigs/__init__.py @@ -34,7 +34,7 @@ __author__ = """Douglas Miranda""" __email__ = "douglasmirandasilva@gmail.com" -__version__ = "0.1.0" +__version__ = "__version__ = '0.1.1'" from .gconfigs import GConfigs diff --git a/setup.cfg b/setup.cfg index 76fb13f..6a767d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True @@ -20,4 +20,4 @@ ignore = E501 [aliases] test = pipenv run pytest gconfigs tests/ -s -# Define setup.py command aliases here + diff --git a/setup.py b/setup.py index f8f9db4..d135e68 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='gconfigs', - version='0.1.0', + version='0.1.1', description="gConfigs - Config and Secret parser for your Python projects.", long_description=readme + '\n\n' + history, author="Douglas Miranda",