From e0d06c2d8399e52aee4f042c7c327382eb186916 Mon Sep 17 00:00:00 2001 From: atlas Date: Thu, 31 Dec 2020 10:41:25 -0500 Subject: [PATCH] version 1.9.4 ready for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb12ef8..b51a4f1 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def readme(): setuptools.setup (name = 'rfcat', - version = '1.9.3', + version = '1.9.4', description = "the swiss army knife of subGHz", long_description = readme(), author = 'atlas of d00m',