Skip to content

Commit

Permalink
Fixed copyright details
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalguy99 committed Mar 9, 2024
1 parent 80ea13a commit cae5403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ cmd /c "reg add HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 1 /f"
Then restart your console application.

## License
© 2023 digitalguy99. This project is licensed under the terms of the MIT license.
© 2024 digitalguy99. This project is licensed under the terms of the MIT license.
4 changes: 2 additions & 2 deletions cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Setting variables
cal_month, cal_year = None, None
program_version = "4.0.0"
program_version = "4.0.1"

if args.month:
if len(args.month) > 1:
Expand Down Expand Up @@ -123,6 +123,6 @@ def print_calendar(year: int):
else:
cal()
elif args.version:
print(f"pythoncalendar v{program_version}", 2023 digitalguy99", sep='\n')
print(f"pythoncalendar v{program_version}", f{datetime.now().year} digitalguy99", sep='\n')
else:
cal()

0 comments on commit cae5403

Please sign in to comment.