Skip to content

Commit

Permalink
v0.3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed May 9, 2024
1 parent 6fdf7f5 commit a46b6f7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='zebra_day',
version='0.3.9',
version='0.3.9.1',
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',
Expand Down
2 changes: 1 addition & 1 deletion zebra_day.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zebra-day
Version: 0.3.8
Version: 0.3.9
Summary: A Python library to manage a zebra printer fleet and an api for ZPL print requests.
Home-page: https://github.com/Daylily-Informatics/zebra_day
Author: John Major
Expand Down
1 change: 1 addition & 0 deletions zebra_day.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ zebra_day/etc/label_styles/smallTubeWdot_prod.zpl
zebra_day/etc/label_styles/smallTubeWdot_prodAlt1.zpl
zebra_day/etc/label_styles/smallTubeWdot_prodAlt1b.zpl
zebra_day/etc/label_styles/smallTubeWdot_prodV2.zpl
zebra_day/etc/label_styles/smallTubeWdot_reagent.zpl
zebra_day/etc/label_styles/stripOf4Squares_1inX1in.zpl
zebra_day/etc/label_styles/test_800dX800dCoordinateArray.zpl
zebra_day/etc/label_styles/tube_20mmX30mmA.zpl
Expand Down
21 changes: 21 additions & 0 deletions zebra_day/etc/label_styles/tube_2inX1inHDv3.zpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
^XA
^FO235,20
^BY2
^B3N,N,60,N,N
^FD{uid_barcode}^FS
^FO235,100
^ADN,50,30
^FD{uid_barcode}^FS
^FO235,160
^ADN,30,20
^FD{alt_a}^FS
^FO235,200
^ADN,30,20
^FD{alt_b}^FS
^FO235,240
^ADN,50,30
^FD{alt_c}^FS
^FO550,240
^ADN,30,20
^FD{alt_d}^FS
^XZ

0 comments on commit a46b6f7

Please sign in to comment.