Updated project version

This commit is contained in:
Manuel F Martinez 2015-08-22 13:10:13 -07:00
parent 280000d6ed
commit 37d7f34241
2 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@ CHANGELOG
. Extended params for serial printers
. Sent by cafeteria.ldosalzira@gmail.com
* 2015-08-22 - Version 1.0.6
* 2015-08-22 - Version 1.0.7
- Issue #57: Fixed transparent images

View File

@ -4,7 +4,7 @@ from distutils.core import setup
setup(
name='escpos',
version='1.0-4',
version='1.0.7',
url='https://github.com/manpaz/python-escpos',
download_url='https://github.com/manpaz/python-escpos.git',
description='Python library to manipulate ESC/POS Printers',