From c7f70e494f3252f6b796c8e5f3772219c11db95e Mon Sep 17 00:00:00 2001 From: Eric Lesiuta Date: Mon, 6 Dec 2021 17:29:46 -0500 Subject: [PATCH] version 0.6.1 bump version to test github workflow --- picosnitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picosnitch.py b/picosnitch.py index 1b4d9f3..5939728 100755 --- a/picosnitch.py +++ b/picosnitch.py @@ -52,7 +52,7 @@ import psutil # set constants and RLIMIT_NOFILE if configured -VERSION: typing.Final[str] = "0.6.0" +VERSION: typing.Final[str] = "0.6.1" PAGE_CNT: typing.Final[int] = 8 if sys.platform.startswith("linux") and os.getuid() == 0 and os.getenv("SUDO_USER") is not None: home_dir = os.path.join("/home", os.getenv("SUDO_USER"))