We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7c7b8 commit d27c16fCopy full SHA for d27c16f
setup.py
@@ -22,12 +22,12 @@
22
setup(
23
name = 'PyFePA',
24
packages = ['PyFePA'],
25
- version = '1.0.5',
+ version = '1.2.1b',
26
description = 'Python object of italian FatturaPA, serialize, deserialize and verify',
27
author = 'Luigi Di Naro',
28
author_email = 'Luigi.DiNaro@ktec.it',
29
url = 'https://github.com/ktecsrl/PyFePA',
30
- download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0.5',
+ download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.2.1b',
31
keywords = ['FatturaPA', 'financial', 'utils'],
32
platforms= 'OSX, *unix, win',
33
package_data = {'PyFePA' : files },
0 commit comments