Skip to content

Commit

Permalink
fix missing import, vers bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarx committed Oct 9, 2022
1 parent 003ea77 commit eaeec5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
1 change: 1 addition & 0 deletions vktrs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import string
import subprocess
import textwrap
import time

import pandas as pd
from PIL import Image, ImageDraw, ImageFont
Expand Down

0 comments on commit eaeec5d

Please sign in to comment.