Skip to content

Commit eae9223

Browse files
committed
bump version for v21.0.0 release (and add py3.9 classifier)
1 parent 272fede commit eae9223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
__author__ = "Mahmoud Hashemi and Glyph Lefkowitz"
14-
__version__ = "20.0.2dev"
14+
__version__ = "21.0.0"
1515
__contact__ = "mahmoud@hatnote.com"
1616
__url__ = "https://github.com/python-hyper/hyperlink"
1717
__license__ = "MIT"
@@ -47,6 +47,7 @@
4747
"Programming Language :: Python :: 3.6",
4848
"Programming Language :: Python :: 3.7",
4949
"Programming Language :: Python :: 3.8",
50+
"Programming Language :: Python :: 3.9",
5051
"Programming Language :: Python :: Implementation :: PyPy",
5152
"License :: OSI Approved :: MIT License",
5253
],

0 commit comments

Comments
 (0)