We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272fede commit eae9223Copy full SHA for eae9223
setup.py
@@ -11,7 +11,7 @@
11
12
13
__author__ = "Mahmoud Hashemi and Glyph Lefkowitz"
14
-__version__ = "20.0.2dev"
+__version__ = "21.0.0"
15
__contact__ = "mahmoud@hatnote.com"
16
__url__ = "https://github.com/python-hyper/hyperlink"
17
__license__ = "MIT"
@@ -47,6 +47,7 @@
47
"Programming Language :: Python :: 3.6",
48
"Programming Language :: Python :: 3.7",
49
"Programming Language :: Python :: 3.8",
50
+ "Programming Language :: Python :: 3.9",
51
"Programming Language :: Python :: Implementation :: PyPy",
52
"License :: OSI Approved :: MIT License",
53
],
0 commit comments