1
0
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:
Ryan L McIntyre 2018-02-26 05:43:40 -05:00
parent f8fda5c985
commit 3ebe0a79f6

View File

@ -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]