diff --git a/README.md b/README.md index df4e04c..6ceeeca 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ zlab.print_zpl(lab='scan-results', printer_name='192.168.1.7', label_zpl_style=' ```bash # consider running this via tmux or screen conda activate ZDAY # or any python environment where you have pip installed zebra_day (from pypy or local pip) -python bin/zserve.py # This service will continue running until stopped or until it crashes. Access and error logs are printed to STDout/err. +python zebra_day/bin/zserve.py # This service will continue running until stopped or until it crashes. Access and error logs are printed to STDout/err. # ctrl-c to shutdown the web service diff --git a/setup.py b/setup.py index 4036d08..6472efe 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='zebra_day', - version='0.0.24', + version='0.0.25', description='A Python library to manage a zebra printer fleet and an api for ZPL print requests.', author='John Major', author_email='john@daylilyinformatics.com',