Skip to content

Commit e6586cf

Browse files
committed
version bump
1 parent 16dac67 commit e6586cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/fontline/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
# ------------------------------------------------------------------------------
1212
major_version = "0"
1313
minor_version = "6"
14-
patch_version = "0"
14+
patch_version = "1"
1515

1616
# ------------------------------------------------------------------------------
1717
# Help String
1818
# ------------------------------------------------------------------------------
1919

2020
HELP = """====================================================
2121
font-line
22-
Copyright 2016 Christopher Simpkins
22+
Copyright 2017 Christopher Simpkins
2323
MIT License
2424
Source: https://github.com/source-foundry/font-line
2525
====================================================
@@ -67,4 +67,4 @@
6767
# ------------------------------------------------------------------------------
6868

6969
USAGE = """
70-
Usage: font-line [subcommand] <arg> [font path 1] <font path 2> <font path ...>"""
70+
Usage: font-line [subcommand] <arg> [font path 1] <font path 2> <font path ...>"""

0 commit comments

Comments
 (0)