We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85dc862 commit 2f5b773Copy full SHA for 2f5b773
1 file changed
setup.py
@@ -22,13 +22,13 @@
22
setup(
23
name = 'PyFePA',
24
packages = ['PyFePA'],
25
- version = '1.0',
+ version = '1.0.1',
26
description = 'Python object of italian FatturaPA, serialize, deserialize and verify',
27
author = 'Luigi Di Naro',
28
author_email = 'Luigi.DiNaro@ktec.it',
29
home_page = 'http://www.ktec.it/fatturapa',
30
url = 'https://github.com/ktecsrl/PyFePA',
31
- download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0',
+ download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0.1',
32
keywords = ['FatturaPA', 'financial', 'utils'],
33
platforms= 'OSX, *unix, win',
34
package_data = {'PyFePA' : files },
0 commit comments