diff --git a/setup.py b/setup.py index be9fdde..7da4214 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name="python_epson_printer", - version="1.3", + version="1.4", description="A library to control Epson thermal printers based on ESC/POS language", url="https://github.com/benoitguigal/python-epson-printer", author="benoitguigal",