This commit is contained in:
2025-06-03 07:08:26 -07:00
parent ce03d7b5b0
commit 534d7ad615
6 changed files with 2 additions and 2 deletions

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

BIN
dist/partdb_labeler-0.1.2.tar.gz vendored Normal file
View File

Binary file not shown.

View File

@@ -16,7 +16,7 @@ parser.add_argument("-q", help="send to selected print queue instead of stdout")
parser.add_argument("-p", help="PartDB base URL")
parser.add_argument("-k", help="PartDB API key")
parser.add_argument("-r", help="printer resolution (default: 203 dpi)", type=int)
parser.add_argument('-v', action='version', version='%(prog)s 0.1.1')
parser.add_argument('-v', action='version', version='%(prog)s 0.1.2')
args=parser.parse_args()
id=args.id
if args.x==None:

View File

@@ -8,7 +8,7 @@ authors = [
{name="Scott Alfter", email="scott@alfter.us"}
]
description = "PartDB Labeler"
version = "0.1.1"
version = "0.1.2"
readme = "README.md"
dependencies = ["requests", "zebra", "qrcode", "pillow"]