Skip to content

Commit

Permalink
removendo pasta dist, vamos usar tags no git ao inves de pacotes comi…
Browse files Browse the repository at this point in the history
…tados
  • Loading branch information
josecoelho committed Nov 26, 2014
1 parent 5ed4bc0 commit be22a0e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ build
eggs
parts
var
dist
sdist
develop-eggs
.installed.cfg
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
CHANGES.txt
LICENSE.txt
README.md
requirements.txt
setup.py
bbvisa2ofx/__init__.py
bbvisa2ofx/bbvisa2ofx.py
Expand Down
Binary file removed dist/bbvisa2ofx-0.17b.tar.gz
Binary file not shown.
Binary file removed dist/bbvisa2ofx-0.18.tar.gz
Binary file not shown.
Binary file removed dist/bbvisa2ofx-0.19.tar.gz
Binary file not shown.
Binary file removed dist/bbvisa2ofx-0.20.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup

setup(name = "bbvisa2ofx",
version = "0.20",
version = "0.21",
description = "Converter uma fatura de cartao de credito TXT do Banco do Brasil para OFX",
author = "Jose Coelho",
author_email = "[email protected]",
Expand Down

0 comments on commit be22a0e

Please sign in to comment.