From 2b3718500365825b0316eddc7e4293a0bbc21833 Mon Sep 17 00:00:00 2001 From: Manuel F Martinez Date: Tue, 20 May 2014 22:16:44 -0700 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4388292..c8196c5 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup( name='escpos', - version='2.7', + version='1.0.4', url='http://code.google.com/p/python-escpos', download_url='http://python-escpos.googlecode.com/files/python-escpos-1.0.zip', description='Python library to manipulate ESC/POS Printers',