Skip to content

Commit 89c9c89

Browse files
committed
bump version string to 2.0.0
1 parent 4a0387c commit 89c9c89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/fontline/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

44
# ------------------------------------------------------------------------------
55
# Application Name
66
# ------------------------------------------------------------------------------
7-
app_name = 'font-line'
7+
app_name = "font-line"
88

99
# ------------------------------------------------------------------------------
1010
# Version Number
1111
# ------------------------------------------------------------------------------
12-
major_version = "1"
12+
major_version = "2"
1313
minor_version = "0"
14-
patch_version = "1"
14+
patch_version = "0"
1515

1616
# ------------------------------------------------------------------------------
1717
# Help String

0 commit comments

Comments
 (0)