Skip to content

Commit 272b135

Browse files
Version 0.4.2
1 parent a80059f commit 272b135

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
setup(
66
name = 'outfancy',
77
packages = ['outfancy'],
8-
version = '0.4.1',
8+
version = '0.4.2',
99
description = 'Python3 library to print tables in Terminal / Libreria en Python3 para imprimir planillas en Terminal.',
1010
author = 'Carlos A. Planchon',
1111
author_email = '[email protected]',
1212
url = 'https://github.com/carlosplanchon/outfancy',
13-
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.4.1.tar.gz',
13+
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.4.2.tar.gz',
1414
keywords = ['rendering', 'graphical', 'terminal'],
1515
classifiers = [],
1616
)
17-

0 commit comments

Comments
 (0)