File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- #!/usr/bin/env python
1
+ #!/usr/bin/env python3
2
2
# -*- coding: utf-8 -*-
3
3
4
4
# ------------------------------------------------------------------------------
5
5
# Application Name
6
6
# ------------------------------------------------------------------------------
7
- app_name = ' font-line'
7
+ app_name = " font-line"
8
8
9
9
# ------------------------------------------------------------------------------
10
10
# Version Number
11
11
# ------------------------------------------------------------------------------
12
- major_version = "1 "
12
+ major_version = "2 "
13
13
minor_version = "0"
14
- patch_version = "1 "
14
+ patch_version = "0 "
15
15
16
16
# ------------------------------------------------------------------------------
17
17
# Help String
You can’t perform that action at this time.
0 commit comments