Skip to content

Commit 14f4a22

Browse files
Bump version to 7.0.4
1 parent 46edbba commit 14f4a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-script-runner"
7-
version = "7.0.3"
7+
version = "7.0.4"
88
description = "Production-grade Python script execution engine with comprehensive monitoring, alerting, analytics, and enterprise integrations"
99
readme = "README.md"
1010
requires-python = ">=3.6"

runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Executes a target Python script and collects comprehensive execution statistics.
1616
"""
1717

18-
__version__ = "7.0.3"
18+
__version__ = "7.0.4"
1919
__author__ = "Hayk Jomardyan"
2020
__license__ = "MIT"
2121

0 commit comments

Comments
 (0)