Updated project version
This commit is contained in:
parent
280000d6ed
commit
37d7f34241
|
@ -33,5 +33,5 @@ CHANGELOG
|
||||||
. Extended params for serial printers
|
. Extended params for serial printers
|
||||||
. Sent by cafeteria.ldosalzira@gmail.com
|
. 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
|
- Issue #57: Fixed transparent images
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from distutils.core import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='escpos',
|
name='escpos',
|
||||||
version='1.0-4',
|
version='1.0.7',
|
||||||
url='https://github.com/manpaz/python-escpos',
|
url='https://github.com/manpaz/python-escpos',
|
||||||
download_url='https://github.com/manpaz/python-escpos.git',
|
download_url='https://github.com/manpaz/python-escpos.git',
|
||||||
description='Python library to manipulate ESC/POS Printers',
|
description='Python library to manipulate ESC/POS Printers',
|
||||||
|
|
Loading…
Reference in New Issue