File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,4 +78,4 @@ cmd /c "reg add HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 1 /f"
7878Then restart your console application.
7979
8080## License
81- © 2023 digitalguy99. This project is licensed under the terms of the MIT license.
81+ © 2024 digitalguy99. This project is licensed under the terms of the MIT license.
Original file line number Diff line number Diff line change 1616
1717# Setting variables
1818cal_month , cal_year = None , None
19- program_version = "4.0.0 "
19+ program_version = "4.0.1 "
2020
2121if args .month :
2222 if len (args .month ) > 1 :
@@ -123,6 +123,6 @@ def print_calendar(year: int):
123123 else :
124124 cal ()
125125elif args .version :
126- print (f"pythoncalendar v{ program_version } " , "© 2023 digitalguy99" , sep = '\n ' )
126+ print (f"pythoncalendar v{ program_version } " , f "© { datetime . now (). year } digitalguy99" , sep = '\n ' )
127127else :
128128 cal ()
You can’t perform that action at this time.
0 commit comments