Skip to content

Commit 0d287dd

Browse files
author
github-actions[bot]
committed
chore: bump version to 1.0.0
1 parent a3ff2dd commit 0d287dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from datetime import datetime
55
# A script that runs a command at a specified frequency and optionally triggers another command based on regex matches
66
# ReadMe: https://github.com/Dimos082/cli-monitor/
7-
__version__ = "0.9.0"
7+
__version__ = "1.0.0"
88
# Constants:
99
MIN_FREQUENCY = 0.1 # Minimum allowed frequency (seconds)
1010
MAX_FREQUENCY = 100000 # Maximum allowed frequency (seconds)

0 commit comments

Comments
 (0)