From 96747c612051ca402da98a41f0a8fde0587af3dd Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Wed, 1 Sep 2021 14:09:53 -0700 Subject: [PATCH] patch bump to 1.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28868e4..5d39290 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ import setuptools __title__ = "inrcot" -__version__ = "1.0.1" +__version__ = "1.0.2" __author__ = "Greg Albrecht W2GMD " __copyright__ = "Copyright 2021 Greg Albrecht" __license__ = "Apache License, Version 2.0"