Skip to content

Commit 2f5b773

Browse files
committed
Upgrade setup, version 1.0.1
1 parent 85dc862 commit 2f5b773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
setup(
2323
name = 'PyFePA',
2424
packages = ['PyFePA'],
25-
version = '1.0',
25+
version = '1.0.1',
2626
description = 'Python object of italian FatturaPA, serialize, deserialize and verify',
2727
author = 'Luigi Di Naro',
2828
author_email = 'Luigi.DiNaro@ktec.it',
2929
home_page = 'http://www.ktec.it/fatturapa',
3030
url = 'https://github.com/ktecsrl/PyFePA',
31-
download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0',
31+
download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0.1',
3232
keywords = ['FatturaPA', 'financial', 'utils'],
3333
platforms= 'OSX, *unix, win',
3434
package_data = {'PyFePA' : files },

0 commit comments

Comments
 (0)