Skip to content

Commit cae5403

Browse files
committed
Fixed copyright details
1 parent 80ea13a commit cae5403

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ cmd /c "reg add HKCU\Console /v VirtualTerminalLevel /t REG_DWORD /d 1 /f"
7878
Then 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.

cal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Setting variables
1818
cal_month, cal_year = None, None
19-
program_version = "4.0.0"
19+
program_version = "4.0.1"
2020

2121
if args.month:
2222
if len(args.month) > 1:
@@ -123,6 +123,6 @@ def print_calendar(year: int):
123123
else:
124124
cal()
125125
elif 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')
127127
else:
128128
cal()

0 commit comments

Comments
 (0)