diff --git a/setup.py b/setup.py index cbaa108..78dbbae 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='zebra_day', - version='0.3.7', + version='0.3.8', 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', diff --git a/zebra_day.egg-info/PKG-INFO b/zebra_day.egg-info/PKG-INFO index 165afd7..265988a 100644 --- a/zebra_day.egg-info/PKG-INFO +++ b/zebra_day.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zebra-day -Version: 0.3.6 +Version: 0.3.7 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 diff --git a/zebra_day.egg-info/SOURCES.txt b/zebra_day.egg-info/SOURCES.txt index a7661ac..c0d51f4 100644 --- a/zebra_day.egg-info/SOURCES.txt +++ b/zebra_day.egg-info/SOURCES.txt @@ -41,6 +41,7 @@ zebra_day/etc/label_styles/corners_smallTube.zpl zebra_day/etc/label_styles/corners_unspecifiedDimensions.zpl zebra_day/etc/label_styles/generic_2inX1in.zpl zebra_day/etc/label_styles/plate_1inX0.25in.zpl +zebra_day/etc/label_styles/plate_1inX0.25inHD.zpl zebra_day/etc/label_styles/smallTubeWdotHD_prod.zpl zebra_day/etc/label_styles/smallTubeWdot_corners.zpl zebra_day/etc/label_styles/smallTubeWdot_prod.zpl diff --git a/zebra_day/etc/label_styles/smallTubeWdot_prodAlt1b.zpl b/zebra_day/etc/label_styles/smallTubeWdot_prodAlt1b.zpl index 1d3746a..65bb6fc 100644 --- a/zebra_day/etc/label_styles/smallTubeWdot_prodAlt1b.zpl +++ b/zebra_day/etc/label_styles/smallTubeWdot_prodAlt1b.zpl @@ -1,3 +1,3 @@ ^XA -^FO520,60^A0N,26,26^FD{alt_b}^FS +^FO250,50^A0N,26,26^FD{alt_b}^FS ^XZ \ No newline at end of file diff --git a/zebra_day/etc/label_styles/smallTubeWdot_prodV2.zpl b/zebra_day/etc/label_styles/smallTubeWdot_prodV2.zpl index dfb34c0..32608a0 100644 --- a/zebra_day/etc/label_styles/smallTubeWdot_prodV2.zpl +++ b/zebra_day/etc/label_styles/smallTubeWdot_prodV2.zpl @@ -1,8 +1,8 @@ ^XA -^FO250,15^A0N,32,32^FD{alt_a}^FS -^FO250,70^A0N,16,16^FD{uid_barcode}^FS -^FO250,100^BY1^BCN,50,N,N,N^FD{uid_barcode}^FS -^FO535,50 +^FO350,15^A0N,32,32^FD{alt_a}^FS +^FO350,50^A0N,16,16^FD{uid_barcode}^FS +^FO350,70^BY1^BCN,50,N,N,N^FD{uid_barcode}^FS +^FO265,30 ^BXN,3,200 ^FD{uid_barcode}^FS -^XZ +^XZ \ No newline at end of file