Skip to content

Commit b11b2f7

Browse files
authored
Merge pull request #65 from HazemMeqdad/temp
2 parents ce07928 + ddb36d7 commit b11b2f7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

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) 2021-2025 HazemMeqdad
3+
Copyright (c) 2021-2026 HazemMeqdad
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# -- Project information -----------------------------------------------------
3131

3232
project = 'lavaplay'
33-
copyright = '2023-2025, HazemMeqdad'
33+
copyright = '2023-2026, HazemMeqdad'
3434
author = 'HazemMeqdad'
3535

3636

lavaplay/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
"""
22
Lavalink connecter
33
~~~~~~~~~~~~~~~
4-
:copyright: (c) 2021-2025 HazemMeqdad
4+
:copyright: (c) 2021-2026 HazemMeqdad
55
:license: MIT, see LICENSE for more details.
66
"""
77

88
__title__ = "lavaplay.py"
99
__author__ = "HazemMeqdad"
1010
__license__ = "MIT"
11-
__version__ = "1.0.18a"
11+
__version__ = "1.0.19a"
1212

1313
from .client import Lavalink
1414
from .objects import *

0 commit comments

Comments
 (0)