Skip to content

Commit 0d2bd67

Browse files
authored
Bump year to 2024 (#421)
1 parent 42fac76 commit 0d2bd67

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2023 Joost Lekkerkerker
3+
Copyright (c) 2023-2024 Joost Lekkerkerker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
environment:
1818
name: release
19-
url: https://pypi.org/p/aiowithings
19+
url: https://pypi.org/p/spotifyaio
2020
permissions:
2121
contents: write
2222
id-token: write

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2023 Joost Lekkerkerker
3+
Copyright (c) 2023-2024 Joost Lekkerkerker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ check [the contributor's page][contributors].
8888

8989
MIT License
9090

91-
Copyright (c) 2023 Joost Lekkerkerker
91+
Copyright (c) 2023-2024 Joost Lekkerkerker
9292

9393
Permission is hereby granted, free of charge, to any person obtaining a copy
9494
of this software and associated documentation files (the "Software"), to deal
@@ -120,7 +120,7 @@ SOFTWARE.
120120
[joostlek]: https://github.com/joostlek
121121
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
122122
[license-shield]: https://img.shields.io/github/license/joostlek/python-spotify.svg
123-
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
123+
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
124124
[poetry-install]: https://python-poetry.org/docs/#installation
125125
[poetry]: https://python-poetry.org
126126
[pre-commit]: https://pre-commit.com/

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors = ["Joost Lekkerkerker <[email protected]>"]
66
maintainers = ["Joost Lekkerkerker <[email protected]>"]
77
license = "MIT"
88
readme = "README.md"
9-
homepage = "https://github.com/joostlek/python-withings"
10-
repository = "https://github.com/joostlek/python-withings"
11-
documentation = "https://github.com/joostlek/python-withings"
9+
homepage = "https://github.com/joostlek/python-spotify"
10+
repository = "https://github.com/joostlek/python-spotify"
11+
documentation = "https://github.com/joostlek/python-spotify"
1212
keywords = ["Spotify", "api", "async", "client"]
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)