Skip to content

Commit 50a2cb6

Browse files
committed
bump to 20.0.3
1 parent 5257d92 commit 50a2cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# This file is part of gunicorn released under the MIT license.
44
# See the NOTICE for more information.
55

6-
version_info = (20, 0, 2)
6+
version_info = (20, 0, 3)
77
__version__ = ".".join([str(v) for v in version_info])
88
SERVER_SOFTWARE = "gunicorn/%s" % __version__

0 commit comments

Comments
 (0)