Update PROPKA header banner.

This commit is contained in:
Nathan Baker
2020-06-17 15:24:00 -07:00
parent 54294684b0
commit d52620d4e9

View File

@@ -363,7 +363,7 @@ def get_propka_header():
string
"""
today = date.today()
str_ = "propka3.1 {0!s:>93s}\n".format(today)
str_ = "propka3.2 {0!s:>93s}\n".format(today)
str_ += """
-------------------------------------------------------------------------------
-- --
@@ -381,6 +381,9 @@ def get_propka_header():
-- VERSION 3.1, 07/01/2011, COPENHAGEN --
-- BY CHRESTEN R. SONDERGARD AND MATS H.M. OLSSON --
-- --
-- VERSION 3.2, 06/17/2020, PLANET EARTH --
-- SEE ABOVE FOR AUTHORS --
-- --
-------------------------------------------------------------------------------
"""
return str_