Skip to content

Commit

Permalink
bump to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitguigal committed Oct 29, 2014
1 parent 9372d1b commit ed16ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epson_printer/epsonprinter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import usb.core
from PIL import Image
from .bitmapdata import BitmapData


ESC = 27
GS = 29
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name="python_epson_printer",
version="1.1",
version="1.2",
description="A library to control Epson thermal printers based on ESC/POS language",
url="https://github.com/benoitguigal/python-epson-printer",
author="benoitguigal",
Expand Down

0 comments on commit ed16ea8

Please sign in to comment.