diff --git a/LICENSE b/LICENSE index 3069230..6f18de7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Lucas Held +Copyright (c) 2023 Lucas Held 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 8376dd2..d8c950a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ import uptime_kuma_api # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'uptime-kuma-api' -copyright = '2022, Lucas Held' +copyright = '2023, Lucas Held' author = 'Lucas Held' version = uptime_kuma_api.__version__ diff --git a/uptime_kuma_api/__version__.py b/uptime_kuma_api/__version__.py index 0ce479c..506b238 100644 --- a/uptime_kuma_api/__version__.py +++ b/uptime_kuma_api/__version__.py @@ -2,4 +2,4 @@ __title__ = "uptime_kuma_api" __version__ = "0.8.0" __author__ = "Lucas Held" __license__ = "MIT" -__copyright__ = "Copyright 2022 Lucas Held" +__copyright__ = "Copyright 2023 Lucas Held"