Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosplanchon committed Mar 1, 2016
1 parent a2a1995 commit a672d05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
setup(
name = 'outfancy',
packages = ['outfancy'],
version = '0.4.3',
version = '0.4.4',
description = 'Python3 library to print tables in Terminal / Libreria en Python3 para imprimir planillas en Terminal.',
author = 'Carlos A. Planchon',
author_email = '[email protected]',
url = 'https://github.com/carlosplanchon/outfancy',
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.4.3.tar.gz',
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.4.4.tar.gz',
keywords = ['rendering', 'graphical', 'terminal'],
classifiers = [],
)

0 comments on commit a672d05

Please sign in to comment.