Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiranda committed Apr 9, 2018
1 parent b0338cc commit 51f7623
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gconfigs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

__author__ = """Douglas Miranda"""
__email__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "__version__ = '0.1.1'"


from .gconfigs import GConfigs
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand All @@ -20,4 +20,4 @@ ignore = E501

[aliases]
test = pipenv run pytest gconfigs tests/ -s
# Define setup.py command aliases here

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

0 comments on commit 51f7623

Please sign in to comment.