From 31d019e3a62d1c621988461dbd79ce49557f947c Mon Sep 17 00:00:00 2001 From: eric Date: Mon, 20 Jul 2020 13:19:29 -0400 Subject: [PATCH] version 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b1125b..e386e35 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="picosnitch", - version="0.1.2", + version="0.2.0", description="See which processes make remote network connections", long_description=long_description, long_description_content_type="text/markdown",