Skip to content

Commit e1254d7

Browse files
author
John Major
committed
v0.0.25
1 parent 83b872f commit e1254d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ zlab.print_zpl(lab='scan-results', printer_name='192.168.1.7', label_zpl_style='
183183
```bash
184184
# consider running this via tmux or screen
185185
conda activate ZDAY # or any python environment where you have pip installed zebra_day (from pypy or local pip)
186-
python bin/zserve.py # This service will continue running until stopped or until it crashes. Access and error logs are printed to STDout/err.
186+
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.
187187

188188
# ctrl-c to shutdown the web service
189189

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='zebra_day',
5-
version='0.0.24',
5+
version='0.0.25',
66
description='A Python library to manage a zebra printer fleet and an api for ZPL print requests.',
77
author='John Major',
88
author_email='john@daylilyinformatics.com',

0 commit comments

Comments
 (0)