diff --git a/LICENSE b/LICENSE index 4eaa8c3..12d4f25 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Edward Wright +Copyright (c) 2024 Edward Wright Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index 882cbe3..be611fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = "JoystickXL for CircuitPython" -copyright = "2021 Edward Wright" +copyright = "2024 Edward Wright" author = "Edward Wright" diff --git a/joystick_xl/__init__.py b/joystick_xl/__init__.py index a3b21a2..5536232 100644 --- a/joystick_xl/__init__.py +++ b/joystick_xl/__init__.py @@ -9,7 +9,7 @@ MIT License ============================= -Copyright (c) 2021 Edward Wright +Copyright (c) 2024 Edward Wright Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -31,4 +31,4 @@ """ -__version__ = "0.4.1" +__version__ = "0.4.2"