Skip to content

Commit d27c16f

Browse files
committed
Update version to 1.2 beta
1 parent 3b7c7b8 commit d27c16f

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
@@ -22,12 +22,12 @@
2222
setup(
2323
name = 'PyFePA',
2424
packages = ['PyFePA'],
25-
version = '1.0.5',
25+
version = '1.2.1b',
2626
description = 'Python object of italian FatturaPA, serialize, deserialize and verify',
2727
author = 'Luigi Di Naro',
2828
author_email = 'Luigi.DiNaro@ktec.it',
2929
url = 'https://github.com/ktecsrl/PyFePA',
30-
download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0.5',
30+
download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.2.1b',
3131
keywords = ['FatturaPA', 'financial', 'utils'],
3232
platforms= 'OSX, *unix, win',
3333
package_data = {'PyFePA' : files },

0 commit comments

Comments
 (0)