Skip to content

Commit 22d0e11

Browse files
committed
Bump version to 2.0.1 stable
1 parent cbf6a2a commit 22d0e11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discord/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__author__ = "Pycord Development"
1414
__license__ = "MIT"
1515
__copyright__ = "Copyright 2015-2021 Rapptz & Copyright 2021-present Pycord Development"
16-
__version__ = "2.0.0"
16+
__version__ = "2.0.1"
1717

1818
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
1919

@@ -75,6 +75,6 @@ class VersionInfo(NamedTuple):
7575
serial: int
7676

7777

78-
version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=0, releaselevel="final", serial=0)
78+
version_info: VersionInfo = VersionInfo(major=2, minor=0, micro=1, releaselevel="final", serial=0)
7979

8080
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)