Skip to content

Commit d022361

Browse files
authored
Merge branch 'v2.x' into merge-conflicts
2 parents d6b91cf + 4e52569 commit d022361

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

discord/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
__copyright__ = "Copyright 2015-2021 Rapptz & Copyright 2021-present Pycord Development"
1616
__version__ = "2.1.0"
1717

18+
1819
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
1920

2021
import logging
@@ -78,4 +79,5 @@ class VersionInfo(NamedTuple):
7879

7980
version_info: VersionInfo = VersionInfo(major=2, minor=1, micro=0, releaselevel="final", serial=0)
8081

82+
8183
logging.getLogger(__name__).addHandler(logging.NullHandler())

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
extras_require=extras_require,
105105
python_requires=">=3.8.0",
106106
classifiers=[
107-
"Development Status :: 4 - Beta",
107+
"Development Status :: 5 - Production/Stable",
108108
"License :: OSI Approved :: MIT License",
109109
"Intended Audience :: Developers",
110110
"Natural Language :: English",

0 commit comments

Comments
 (0)