Skip to content

Commit

Permalink
Update dates and version
Browse files Browse the repository at this point in the history
  • Loading branch information
fasteddy516 committed Feb 13, 2024
1 parent 4dcef1d commit aa66cda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# -- Project information -----------------------------------------------------

project = "JoystickXL for CircuitPython"
copyright = "2021 Edward Wright"
copyright = "2024 Edward Wright"
author = "Edward Wright"


Expand Down
4 changes: 2 additions & 2 deletions joystick_xl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,4 +31,4 @@
"""

__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit aa66cda

Please sign in to comment.