Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosplanchon authored Aug 12, 2017
1 parent 6e5783e commit 56f8a34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
setup(
name = 'outfancy',
packages = ['outfancy'],
version = '0.5.1',
description = 'Python3 library to print tables in Terminal / Libreria en Python3 para imprimir planillas en Terminal.',
version = '0.6.0',
description = 'Python3 library to print tables in Terminal.',
author = 'Carlos A. Planchon',
author_email = 'urucrafters@gmail.com',
author_email = 'bubbledoloresuruguay2@gmail.com',
url = 'https://github.com/carlosplanchon/outfancy',
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.5.0.tar.gz',
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.6.0.tar.gz',
keywords = ['rendering', 'graphical', 'terminal'],
classifiers = [],
)

0 comments on commit 56f8a34

Please sign in to comment.