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
paurosello committed Jan 17, 2018
1 parent 7de34d9 commit 3436130
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gfat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Pau Rosello Van Schoor"""
__email__ = 'paurosello@gmail.com'
__version__ = '0.1.0'
__version__ = '0.1.1'
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 @@ -19,4 +19,4 @@ exclude = docs

[aliases]
test = pytest
# 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 @@ -28,7 +28,7 @@

setup(
name='gfat',
version='0.1.0',
version='0.1.1',
description="Generador Ficheros Agencia Tributaria",
long_description=readme + '\n\n' + history,
author="Pau Rosello Van Schoor",
Expand Down

0 comments on commit 3436130

Please sign in to comment.