Skip to content

Commit

Permalink
0.9.2 PyPI published
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolsky committed Dec 22, 2015
1 parent 23ba6f8 commit 7f83047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is alternative to the qrplatba module.
install_requires = ['wfpdf', 'pyqrcode'] # wfpdf requires fpdf
```

- 0.9.1 PyPI published
- 0.9.2 PyPI published

## Usage:
```
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'qrplatba-fpdf',
py_modules = ['qrplatba_fpdf'],
version = '0.9.1',
version = '0.9.2',
description = 'Another approach to print QRPlatba QR code, using fpdf/wfpdf/pyqrcode',
install_requires = ['wfpdf', 'pyqrcode'],
author = 'Mirek Zvolsky',
author_email = '[email protected]',
url = 'https://github.com/zvolsky/qrplatba-fpdf',
download_url = 'https://github.com/zvolsky/qrplatba-fpdf/tarball/0.9.1',
download_url = 'https://github.com/zvolsky/qrplatba-fpdf/tarball/0.9.2',
keywords = ['qr', 'qrplatba', 'qr code', 'qr platba'],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 7f83047

Please sign in to comment.