Skip to content

Commit 0937e2f

Browse files
committed
chore: update dates
1 parent 0262c85 commit 0937e2f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MIT License
2-
Copyright (c) 2013-2023, Mickaël 'Tiger-222' Schoentgen
2+
Copyright (c) 2013-2024, Mickaël 'Tiger-222' Schoentgen
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
55

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ description = "An ultra fast cross-platform multiple screenshots module in pure
88
readme = "README.md"
99
requires-python = ">= 3.8"
1010
authors = [
11-
{ name = "Mickaël 'Tiger-222' Schoentgen", email="[email protected]" },
11+
{ name = "Mickaël Schoentgen", email="[email protected]" },
1212
]
1313
maintainers = [
14-
{ name = "Mickaël 'Tiger-222' Schoentgen", email="[email protected]" },
14+
{ name = "Mickaël Schoentgen", email="[email protected]" },
1515
]
1616
license = { file = "LICENSE.txt" }
1717
classifiers = [

src/mss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
__version__ = "9.0.2"
1515
__author__ = "Mickaël 'Tiger-222' Schoentgen"
16-
__date__ = "2013-2023"
16+
__date__ = "2013-2024"
1717
__copyright__ = f"""
1818
Copyright (c) {__date__}, {__author__}
1919

0 commit comments

Comments
 (0)