Skip to content

Commit ed16ea8

Browse files
committed
bump to version 1.2
1 parent 9372d1b commit ed16ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

epson_printer/epsonprinter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import usb.core
22
from PIL import Image
3-
from .bitmapdata import BitmapData
3+
44

55
ESC = 27
66
GS = 29

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

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

0 commit comments

Comments
 (0)