From f1a54da7fc18c60cf54ec25b6ce190b38f72012f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Wed, 1 Jan 2025 10:50:05 +0100 Subject: [PATCH] chore: update dates --- LICENSE.txt | 2 +- src/wks_com/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index af2bdc6..05ef1e9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ MIT License -Copyright (c) 2023-2024, Mickaël 'Tiger-222' Schoentgen +Copyright (c) 2023-2025, Mickaël 'Tiger-222' Schoentgen 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: diff --git a/src/wks_com/__init__.py b/src/wks_com/__init__.py index fcee591..a911279 100644 --- a/src/wks_com/__init__.py +++ b/src/wks_com/__init__.py @@ -12,7 +12,7 @@ __version__ = "1.2.2-dev" __author__ = "Mickaël Schoentgen" -__date__ = "2023-2024" +__date__ = "2023-2025" __copyright__ = f""" Copyright (c) {__date__}, {__author__}