mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
Version bumps in preparation for v2.0.0 release
This commit is contained in:
parent
f8fda5c985
commit
3ebe0a79f6
@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
# coding=utf8
|
||||
# version: 1.2.0
|
||||
# version: 2.0.0
|
||||
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
version = "1.2.0"
|
||||
version = "2.0.0"
|
||||
projectName = "Nerd Fonts"
|
||||
projectNameAbbreviation = "NF"
|
||||
projectNameSingular = projectName[:-1]
|
||||
|
Loading…
Reference in New Issue
Block a user