diff --git a/radon/__init__.py b/radon/__init__.py index 79a4f43..ffdc4e8 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__ = '3.0.2' +__version__ = '3.0.3' def main():