Skip to content

Commit

Permalink
version 0.6.1
Browse files Browse the repository at this point in the history
bump version to test github workflow
  • Loading branch information
elesiuta authored Dec 6, 2021
1 parent 577ffa7 commit c7f70e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picosnitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit c7f70e4

Please sign in to comment.