Skip to content

Commit 09597bf

Browse files
Version 0.4.5 :D
1 parent e85ce4a commit 09597bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
setup(
66
name = 'outfancy',
77
packages = ['outfancy'],
8-
version = '0.4.4',
8+
version = '0.4.5',
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.4.tar.gz',
13+
download_url = 'https://github.com/carlosplanchon/outfancy/archive/0.4.5.tar.gz',
1414
keywords = ['rendering', 'graphical', 'terminal'],
1515
classifiers = [],
1616
)

0 commit comments

Comments
 (0)