Skip to content

Commit 2ebb93c

Browse files
committed
PATCH: Bump to 1.0.2 following the previous commit
1 parent b8c8e4f commit 2ebb93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli_monitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import os, sys, time, subprocess, argparse, re, platform
44
from datetime import datetime
55
# Source: https://github.com/Dimos082/cli-monitor
6-
__version__ = "1.0.1"
7-
# Constants
6+
__version__ = "1.0.1"
7+
# Constants:
88
MIN_FREQUENCY = 0.1 # Minimum allowed frequency (seconds)
99
MAX_FREQUENCY = 100000 # Maximum allowed frequency (seconds)
1010
EXECUTION_ERROR_CODE = -999 # Indicates an error in CommandExecutor

0 commit comments

Comments
 (0)