Skip to content

Commit 8bf1f25

Browse files
committed
Bump version number.
1 parent d6936e6 commit 8bf1f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtlib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import os, subprocess, tempfile
2222

2323
program_name = 'Glyphtracer'
24-
program_version = '2.0'
24+
program_version = '2.1'
2525

2626
def entry_to_upper(e):
2727
return (e[0].capitalize(), e[1]-32)

0 commit comments

Comments
 (0)