chore: update year

This commit is contained in:
lucasheld 2023-01-17 21:06:18 +01:00
parent 3e56459fb2
commit 5e5c327b20
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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__

View file

@ -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"