We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9372d1b commit ed16ea8Copy full SHA for ed16ea8
epson_printer/epsonprinter.py
@@ -1,6 +1,6 @@
1
import usb.core
2
from PIL import Image
3
-from .bitmapdata import BitmapData
+
4
5
ESC = 27
6
GS = 29
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name="python_epson_printer",
- version="1.1",
+ version="1.2",
7
description="A library to control Epson thermal printers based on ESC/POS language",
8
url="https://github.com/benoitguigal/python-epson-printer",
9
author="benoitguigal",
0 commit comments