Skip to content

Commit

Permalink
Update version to 1.2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
gigidn committed Jan 16, 2017
1 parent 3b7c7b8 commit d27c16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
setup(
name = 'PyFePA',
packages = ['PyFePA'],
version = '1.0.5',
version = '1.2.1b',
description = 'Python object of italian FatturaPA, serialize, deserialize and verify',
author = 'Luigi Di Naro',
author_email = '[email protected]',
url = 'https://github.com/ktecsrl/PyFePA',
download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.0.5',
download_url = 'https://github.com/ktecsrl/PyFePA/tarball/1.2.1b',
keywords = ['FatturaPA', 'financial', 'utils'],
platforms= 'OSX, *unix, win',
package_data = {'PyFePA' : files },
Expand Down

0 comments on commit d27c16f

Please sign in to comment.