Skip to content

Commit 3043909

Browse files
committed
chore: bump to v5.0.1
1 parent b90d402 commit 3043909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5.0.0 (Jun 08, 2021)
1+
5.0.1 (Jun 08, 2021)
22
--------------------
33

44
- Drop support for flake8 < 3.x (removes `flake8-polyfill` dependency), by

radon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'''This module contains the main() function, which is the entry point for the
22
command line interface.'''
33

4-
__version__ = '5.0.0'
4+
__version__ = '5.0.1'
55

66

77
def main():

0 commit comments

Comments
 (0)