From bf2703c771b195a8248482b27d0f12c731916e2c Mon Sep 17 00:00:00 2001 From: Michele Lacchia Date: Mon, 3 Aug 2020 22:01:03 +0200 Subject: [PATCH] chore(release): bump to v4.2.0 --- radon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radon/__init__.py b/radon/__init__.py index 1c80ebf..b9ceb74 100644 --- a/radon/__init__.py +++ b/radon/__init__.py @@ -1,7 +1,7 @@ '''This module contains the main() function, which is the entry point for the command line interface.''' -__version__ = '4.1.0' +__version__ = '4.2.0' def main():