From 122ff9a363e2b707fe66b6579ba1352679997669 Mon Sep 17 00:00:00 2001 From: Manuel F Martinez Date: Tue, 20 May 2014 23:51:39 -0700 Subject: [PATCH] Updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8196c5..7c2766a 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup( name='escpos', - version='1.0.4', + 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',