From 32a2b661f61a34bc12c9314c37e406daafae245e Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Mon, 29 Aug 2022 23:34:13 -0700 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c8b701..10acb41 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ import setuptools __title__ = "inrcot" -__version__ = "5.0.1" +__version__ = "5.0.2" __author__ = "Greg Albrecht W2GMD " __copyright__ = "Copyright 2022 Greg Albrecht" __license__ = "Apache License, Version 2.0"