Updated version

This commit is contained in:
Manuel F Martinez 2014-05-20 22:16:44 -07:00
parent f6f1a4278f
commit 2b37185003
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from distutils.core import setup
setup( setup(
name='escpos', name='escpos',
version='2.7', version='1.0.4',
url='http://code.google.com/p/python-escpos', url='http://code.google.com/p/python-escpos',
download_url='http://python-escpos.googlecode.com/files/python-escpos-1.0.zip', download_url='http://python-escpos.googlecode.com/files/python-escpos-1.0.zip',
description='Python library to manipulate ESC/POS Printers', description='Python library to manipulate ESC/POS Printers',