Skip to content

Commit c4b1d6f

Browse files
committed
chore: bump version to 7.0.5
1 parent 18becc4 commit c4b1d6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]
4141
except ImportError:
4242
# Fallback if imported as a package before installation
43-
__version__ = "7.0.2"
43+
__version__ = "7.0.5"
4444
__author__ = "Hayk Jomardyan"
4545
__license__ = "MIT"
4646
__all__ = []

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.4"
7+
version = "7.0.5"
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.4"
18+
__version__ = "7.0.5"
1919
__author__ = "Hayk Jomardyan"
2020
__license__ = "MIT"
2121

0 commit comments

Comments
 (0)