Skip to content

Commit 51a2c58

Browse files
author
Hugo Osvaldo Barrera
committed
Properly include vesion number in SVGs
Fixes #5
1 parent 52825a1 commit 51a2c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

barcode/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import xml.dom
88

9-
from barcode import version
9+
from barcode.version import version
1010

1111
try:
1212
import Image

0 commit comments

Comments
 (0)