1
0
Fork 0

LOL, forgot this one. Now I think it's ready for 1.0.0. :)

This commit is contained in:
Alexander "Arav" Andreev 2019-12-29 18:33:38 +04:00 committed by Alexander Arav Andreev
parent ca5d2157c8
commit 1157c7b7d4
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ PIGGYBANK_FILE_EXTENSION = ".pb"
def print_program_version() -> None:
"""Print information about program. Includes name and version; copyright
notice and license."""
print(f"Coinbox ver. {__version__}\n\n{__copyright__}\n\n{__license__}")
print(f"PiggyBank ver. {__version__}\n\n{__copyright__}\n\n{__license__}")